Skip to content

Commit

Permalink
No zip on Windows but 7z.
Browse files Browse the repository at this point in the history
Also fixed a typo.
  • Loading branch information
H-M-H committed May 1, 2020
1 parent 6d41ae3 commit ec6f597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
package-files: |
target/release/linux.zip
target/debian/Weylus*.deb
pkg-cmd: cd taget/release/ && zip linux.zip Weylus
pkg-cmd: cd target/release/ && zip linux.zip Weylus
- os: macOS-latest
build-cmd: npm install -g typescript && cargo install cargo-bundle && cargo bundle --release
package-files: target/release/bundle/osx/macOS.zip
pkg-cmd: cd target/release/bundle/osx/ && zip -r macOS.zip Weylus.app
- os: windows-latest
build-cmd: npm install -g typescript && npm run build && cargo build --release --verbose
package-files: target/release/Windows.zip
pkg-cmd: cd target/release/ && zip Windows.zip Weylus.exe
pkg-cmd: cd target/release/ && 7z a Windows.zip Weylus.exe

steps:
- name: Download deps
Expand Down

0 comments on commit ec6f597

Please sign in to comment.