Skip to content

Commit

Permalink
do this
Browse files Browse the repository at this point in the history
  • Loading branch information
wlaub committed Feb 6, 2022
1 parent c66f000 commit cf3ea6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/actions/upload_plugin_lin/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ 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
4 changes: 2 additions & 2 deletions .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [main]
release:
types: [published]
name: Release
env:
RACK_DIR: ${GITHUB_WORKSPACE}/Rack-SDK
Expand Down

0 comments on commit cf3ea6f

Please sign in to comment.