Skip to content

Commit

Permalink
Fix artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinhenderson committed May 21, 2024
1 parent 02df4ee commit 45347fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Upload installer
uses: actions/upload-artifact@v4
with:
name: SignedInstaller
name: UnsignedInstaller
path: Output
retention-days: 1

Expand All @@ -102,7 +102,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: SignedInstaller
name: UnsignedInstaller
path: Output
- name: Sign Executable
run: signtool sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /a ./Output/FaceCommander-Installer-${{env.VersionTag}}.exe
Expand Down

0 comments on commit 45347fe

Please sign in to comment.