Enable code signing *for real this time*

😭
This commit is contained in:
pizzaboxer 2024-10-29 23:32:28 +00:00
parent 2be2f4d0d2
commit 7bc95e7dd4
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -51,12 +51,6 @@ jobs:
wait-for-completion: true wait-for-completion: true
output-artifact-directory: 'release' output-artifact-directory: 'release'
- name: Download x64 release artifact
uses: actions/download-artifact@v4
with:
name: Bloxstrap (Release) (${{ github.sha }})
path: release
- name: Rename binaries - name: Rename binaries
run: mv release/Bloxstrap.exe Bloxstrap-${{ github.ref_name }}.exe run: mv release/Bloxstrap.exe Bloxstrap-${{ github.ref_name }}.exe