Skip to content

Commit

Permalink
fix publish path for gh action unix oses
Browse files Browse the repository at this point in the history
  • Loading branch information
csc530 committed Jun 10, 2024
1 parent 0b5b3b5 commit ad78444
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 @@ -47,7 +47,7 @@ jobs:
path: ./publish/

- name: Zip Files
run: 7z a ./${{ matrix.os }}_resumer_${{ github.ref_name }}.zip .\publish\*
run: 7z a ./${{ matrix.os }}_resumer_${{ github.ref_name }}.zip '.\publish\*'

- name: Upload Release Asset
run: gh release upload ${{ github.ref_name }} ${{ matrix.os }}_resumer_${{ github.ref_name }}.zip

0 comments on commit ad78444

Please sign in to comment.