Skip to content

Commit

Permalink
Fixing release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabereiser committed Jul 28, 2022
1 parent d9fdb2b commit 5d06b7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
include:
- os: ubuntu-latest
asset_name: swr-release-linux-${{ github.ref_name }}.tar.xz
client_name: client-${{ github.ref_name }}.tar.xz
client_name: client-linux-${{ github.ref_name }}.tar.xz
- os: macos-latest
asset_name: swr-release-macos-${{ github.ref_name }}.tar.xz
client_name: client-${{ github.ref_name }}.tar.xz
client_name: client-macos-${{ github.ref_name }}.tar.xz
- os: windows-latest
asset_name: swr-release-win64-${{ github.ref_name }}.zip
client_name: client-${{ github.ref_name }}.zip
client_name: client-win64-${{ github.ref_name }}.zip

steps:
- name: Checkout
Expand Down

0 comments on commit 5d06b7b

Please sign in to comment.