Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
dagou committed Sep 9, 2024
1 parent 628c1e1 commit 5652e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

- name: Upload Release Asset
run: |
if [ "${{ matrix.os }}" = "windows-2019" ]; then
if [ "${{ matrix.os }}" = "windows-latest" ]; then
ASSET_NAME="${{ env.BIN_NAME }}.exe"
else
ASSET_NAME="${{ env.BIN_NAME }}"
Expand Down

0 comments on commit 5652e93

Please sign in to comment.