Skip to content

Commit

Permalink
Switch archive format for windows to *.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
azat committed Apr 4, 2024
1 parent c75d005 commit 9a42b7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@ jobs:
run: |
make deploy-binary
cp target/chdig.exe chdig-windows.exe
gzip --keep chdig-windows.exe
zip chdig-windows.exe
- name: Archive Windows packages
uses: actions/upload-artifact@v3
with:
name: windows-packages
path: |
chdig-windows.exe.gz
chdig-windows.exe.zip
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ There are pre-built packages for the latest available version:
- [chdig binary](https://github.com/azat/chdig/releases/download/latest/chdig-latest)
- [tar.gz](https://github.com/azat/chdig/releases/download/latest/chdig-latest.tar.gz)
- [macos x86_64](https://github.com/azat/chdig/releases/download/latest/chdig-macos-x86_64.gz)
- [windows](https://github.com/azat/chdig/releases/download/latest/chdig-windows.exe.gz)
- [windows](https://github.com/azat/chdig/releases/download/latest/chdig-windows.exe.zip)

<details>

Expand Down

0 comments on commit 9a42b7e

Please sign in to comment.