Fixed double zip for windows build artifact

- Removed Compress-Archive step since we need only neovide executable
macos-click-through
Dinesh kumar 3 years ago committed by Keith Simmons
parent fb9c1de747
commit 3e60380851

@ -48,15 +48,10 @@ jobs:
run: | run: |
cargo build --release cargo build --release
- name: Archive Windows artifact - uses: actions/upload-artifact@v2
run: |
powershell rm ./target/release/neovide.zip
powershell Compress-Archive ./target/release/neovide.exe ./target/release/neovide.zip
- uses: actions/upload-artifact@v1
with: with:
name: neovide-windows.zip name: neovide-windows.zip
path: ./target/release/neovide.zip path: ./target/release/neovide.exe
build-mac: build-mac:
runs-on: macos-latest runs-on: macos-latest

Loading…
Cancel
Save