mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Enable code signing *for real this time*
😭
This commit is contained in:
parent
2be2f4d0d2
commit
7bc95e7dd4
6
.github/workflows/ci-release.yml
vendored
6
.github/workflows/ci-release.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user