Skip to content

Commit

Permalink
Flatten zipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Aug 30, 2024
1 parent a98889a commit 5397320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Build Aquascope serve
run: cargo build -p aquascope_serve --release
- name: Zip artifacts
run : zip artifacts.zip ./image.tar ./target/release/aquascope_serve
run : zip -j artifacts.zip ./image.tar ./target/release/aquascope_serve
- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v1
with:
Expand Down

0 comments on commit 5397320

Please sign in to comment.