mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
upload signed artifact
This commit is contained in:
parent
4c9ac3de95
commit
2c6a3e9c8c
12
.github/workflows/ci-release.yml
vendored
12
.github/workflows/ci-release.yml
vendored
@ -80,11 +80,11 @@ jobs:
|
||||
output-artifact-directory: 'release'
|
||||
|
||||
- name: Rename binaries
|
||||
run: mv release/Bloxstrap.exe Bloxstrap-${{ github.ref_name }}.exe
|
||||
run: mv release/Bloxstrap.exe Bloxstrap-Signed.exe
|
||||
|
||||
- name: Create release
|
||||
uses: softprops/action-gh-release@v2
|
||||
- name: Upload Artifact
|
||||
id: upload-artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
draft: true
|
||||
files: Bloxstrap-${{ github.ref_name }}.exe
|
||||
name: Bloxstrap ${{ github.ref_name }}
|
||||
name: Bloxstrap (Signed Release) (${{ github.sha }})
|
||||
path: Bloxstrap-Signed.exe
|
||||
|
Loading…
Reference in New Issue
Block a user