Skip to content

Commit

Permalink
chore: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
lynzrand committed Oct 3, 2020
1 parent f98d56d commit eed29d2
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 @@ -117,7 +117,7 @@ jobs:
# target_name: x86_64-unknown-linux-musl
- os: windows-latest
artifact_name: rurikawa.exe
asset_name: rurikawa-windows-amd64
asset_name: rurikawa-windows-amd64.exe
- os: macos-latest
artifact_name: rurikawa
asset_name: rurikawa-macos-amd64
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/${{ matrix.artifact_name }}
file: judger/target/release/${{ matrix.artifact_name }}
asset_name: ${{ matrix.asset_name }}
tag: ${{ github.ref }}
overwrite: true

0 comments on commit eed29d2

Please sign in to comment.