Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason5Lee committed Apr 7, 2021
1 parent c855e4a commit 4b8a745
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 @@ -24,7 +24,7 @@ jobs:
bin: h2sr

- platform: windows-x86_64
target: x86_64-windows-msvc
target: x86_64-pc-windows-msvc
os: windows-latest
bin: h2sr.exe

Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
with:
files: target/${{ matrix.target }}/release/h2sr-${{ matrix.platform }}.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4b8a745

Please sign in to comment.