Skip to content

Commit

Permalink
fix typo in zip publish path
Browse files Browse the repository at this point in the history
  • Loading branch information
csc530 committed Jun 10, 2024
1 parent ffd1145 commit 01585a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
7z a ./${{ matrix.os }}_resumer_${{ github.ref_name }}.zip '.\publish\*'
}
else {
zip ../${{ matrix.os }}_resumer_${{ github.ref_name }}.zip ./publish/*
zip ./${{ matrix.os }}_resumer_${{ github.ref_name }}.zip ./publish/*
}
- name: Upload Release Asset
Expand Down

0 comments on commit 01585a5

Please sign in to comment.