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 7dc965d commit 7c6eab0Copy full SHA for 7c6eab0
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
with:
50
artifacts: "*.bin"
51
generateReleaseNotes: true
52
- tag: inputs.release-version
+ tag: ${{ inputs.release-version }}
53
token: ${{ secrets.GITHUB_TOKEN }}
54
- name: Archive Build
55
uses: actions/upload-artifact@v3
0 commit comments