Skip to content

Commit

Permalink
v1.0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus committed May 5, 2022
1 parent a641894 commit 022b97b
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 @@ -30,7 +30,7 @@ jobs:

- name: Zip
shell: bash
run: zip -r -FS lsi_${{ matrix.os }}.zip "target/release/lsi*(.exe)"
run: zip -r -FS lsi_${{ matrix.os }}.zip . -i "target/release/lsi*(.exe))"

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 022b97b

Please sign in to comment.