Skip to content

Commit

Permalink
upload signed artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
bluepilledgreat committed Dec 30, 2024
1 parent 4c9ac3d commit 2c6a3e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2c6a3e9

Please sign in to comment.