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 c4d28eb commit 1c448d0Copy full SHA for 1c448d0
1 file changed
.github/workflows/build.yml
@@ -301,7 +301,7 @@ jobs:
301
302
# Pack and sign final archive
303
7z a -tzip reapi-bin-${{ needs.linux.outputs.app-version }}.zip addons/
304
- sign_file "reapi-bin-${{ env.APP_VERSION }}.zip"
+ sign_file "reapi-bin-${{ needs.linux.outputs.app-version }}.zip"
305
306
- name: Publish artifacts
307
uses: softprops/action-gh-release@v2
0 commit comments