Skip to content

Commit

Permalink
Correct release artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipK committed Sep 26, 2021
1 parent cfc21e7 commit f46bc06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_on_v_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ jobs:
include:
- os: ubuntu-latest
file: target/release/steam_shortcuts_sync
asset_name: linux_steam_shortcuts_sync
args: --best --lzma
strip: true
- os: windows-latest
file: target/release/steam_shortcuts_sync.exe
asset_name: windows_steam_shortcuts_sync.exe
args: -9
strip: false
steps:
Expand All @@ -59,5 +61,5 @@ jobs:
with:
upload_url: ${{ needs.once.outputs.upload_url }}
asset_path: ${{ github.workspace }}/${{ matrix.file }}
asset_name: steam_shortcuts_sync-${{ matrix.os }}
asset_name: ${{ matrix.asset_name }}
asset_content_type: application/octet-stream

0 comments on commit f46bc06

Please sign in to comment.