Skip to content

Commit 1c448d0

Browse files
authored
Fix publish artifacts Closes #382
1 parent c4d28eb commit 1c448d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ jobs:
301301
302302
# Pack and sign final archive
303303
7z a -tzip reapi-bin-${{ needs.linux.outputs.app-version }}.zip addons/
304-
sign_file "reapi-bin-${{ env.APP_VERSION }}.zip"
304+
sign_file "reapi-bin-${{ needs.linux.outputs.app-version }}.zip"
305305
306306
- name: Publish artifacts
307307
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)