Skip to content

Commit

Permalink
Debug autobuild upload script, again, again.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemanett committed Dec 19, 2021
1 parent 7c81cdd commit 48d0324
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/build_linux/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ unzip -o rack-sdk.zip
rm rack-sdk.zip

make dist
chmod 755 dist/*vcvplugin
1 change: 1 addition & 0 deletions .github/actions/build_osx/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ unzip -o rack-sdk.zip
rm rack-sdk.zip

make dist
chmod 755 dist/*vcvplugin
1 change: 1 addition & 0 deletions .github/actions/build_win/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ unzip -o rack-sdk.zip
rm rack-sdk.zip

make dist
chmod 755 dist/*vcvplugin
2 changes: 0 additions & 2 deletions .github/actions/upload_zip/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ UPLOAD_URL=$(jq -r .upload_url release.json)

ASSET_PATH=$(ls dist/*.vcvplugin)
ls -l "${ASSET_PATH}"
chmod 755 "${ASSET_PATH}"
ls -l "${ASSET_PATH}"

curl --silent --show-error --fail -i \
--header "Authorization: token ${GITHUB_TOKEN}" \
Expand Down

0 comments on commit 48d0324

Please sign in to comment.