Skip to content

Commit

Permalink
Avoid .zip.zip in artifact download
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Dec 1, 2023
1 parent 7cb40c4 commit e14bc41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binaries-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
- name: 💾 Upload executables
uses: actions/upload-artifact@v3
with:
name: hydra-x86_64-linux-${{ env.VERSION }}.zip
name: hydra-x86_64-linux-${{ env.VERSION }} # automatically zips
path: out/*
2 changes: 1 addition & 1 deletion .github/workflows/binaries-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
- name: 💾 Upload executables
uses: actions/upload-artifact@v3
with:
name: hydra-aarch64-darwin-${{ env.VERSION }}.zip
name: hydra-aarch64-darwin-${{ env.VERSION }} # automatically zips
path: out/*

0 comments on commit e14bc41

Please sign in to comment.