Skip to content

Commit

Permalink
Add missing $
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed May 3, 2024
1 parent 13a7df1 commit b0b7db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ jobs:
unzip -o $f
done
cd ..
gh release upload --repo=${{ github.repository }} {{ github.event_name == 'workflow_dispatch' && github.event.inputs.tag || github.event.release.id }} ${{ inputs.clobber && '--clobber' || '' }} bun-releases/*.zip
gh release upload --repo=${{ github.repository }} ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.tag || github.event.release.id }} ${{ inputs.clobber && '--clobber' || '' }} bun-releases/*.zip

0 comments on commit b0b7db5

Please sign in to comment.