Skip to content

Commit

Permalink
fix bad artifact naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Apr 16, 2024
1 parent d6ca071 commit 28b4f08
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 @@ -43,7 +43,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
uses: actions/[email protected]
with:
name: "Refresher for Linux x64"
name: "Refresher_for_Linux_x64.zip"
path: "Refresher/bin/Release/net8.0/linux-x64/publish/"
if-no-files-found: error
retention-days: 1
Expand All @@ -52,7 +52,7 @@ jobs:
if: matrix.os == 'windows-latest'
uses: actions/[email protected]
with:
name: "Refresher for Windows x64"
name: "Refresher_for_Windows_x64.zip"
path: "Refresher/bin/Release/net8.0-windows/win-x64/publish/"
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit 28b4f08

Please sign in to comment.