Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pzixel authored May 3, 2022
1 parent 0c76400 commit 8befab7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
include:
- os: ubuntu-latest
artifact_name: easy_savescum
asset_name: easy_savescum-linux-${{ github.ref }}-amd64
asset_name: easy_savescum-linux-amd64
- os: windows-latest
artifact_name: easy_savescum.exe
asset_name: easy_savescum-windows-${{ github.ref }}-amd64.exe
asset_name: easy_savescum-windows-amd64.exe
- os: macos-latest
artifact_name: easy_savescum
asset_name: easy_savescum-macos-${{ github.ref }}-amd64
asset_name: easy_savescum-macos-amd64

steps:
- uses: hecrj/setup-rust-action@v1
Expand All @@ -34,4 +34,4 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/${{ matrix.artifact_name }}
asset_name: ${{ matrix.asset_name }}
tag: ${{ github.ref }}
tag: ${{ github.ref }}

0 comments on commit 8befab7

Please sign in to comment.