Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
wlaub committed Feb 6, 2022
1 parent 50187a8 commit c66f000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/upload_plugin_lin/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ curl -o release.json \
--request GET \
${GITHUB_API_URL}/repos/${GITHUB_REPOSITORY}/releases/${GITHUB_REF#"refs/"}

cat release.json

UPLOAD_URL=$(jq -r .upload_url release.json)

ASSET_PATH=$(ls dist/*.vcvplugin)
Expand Down

0 comments on commit c66f000

Please sign in to comment.