Skip to content

Commit

Permalink
Add compression-level to deploy job config
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Nov 16, 2024
1 parent 3bab65e commit b3bbc9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
with:
name: git-ai-x86_64-unknown-linux-gnu.tar.gz
if-no-files-found: error
compression-level: 9
overwrite: true
path: git-ai.tar.gz

Expand All @@ -59,7 +60,8 @@ jobs:
with:
name: git-ai-aarch64-apple-darwin.tar.gz
if-no-files-found: error
overwrite: true
# overwrite: true
compression-level: 9
path: git-ai.tar.gz

release:
Expand Down

0 comments on commit b3bbc9d

Please sign in to comment.