We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e5b70 commit cfdeef5Copy full SHA for cfdeef5
.github/workflows/build.yml
@@ -255,4 +255,4 @@ jobs:
255
project: zelda-classic
256
- name: Upload debugging symbols
257
if: inputs.sentry
258
- run: sentry-cli upload-dif 'zelda-classic@${{ needs.create-tag.outputs.release_tag }}' --include-sources --wait build
+ run: sentry-cli upload-dif 'zelda-classic@${{ inputs.release-tag }}' --include-sources --wait build
0 commit comments