Skip to content

Commit

Permalink
ci: fix compression
Browse files Browse the repository at this point in the history
  • Loading branch information
GuihVicentini committed Dec 16, 2023
1 parent f3e026b commit 4642f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
ls -al
for folder in */; do
folder_name=$(basename "$folder")
tar -czf "${folder_name}.tar.gz" "$folder_name" --exclude=*args && echo "Created ${folder_name}.tar.gz"
tar -czf "${folder_name}.tar.gz" --exclude=*.args "$folder_name" && echo "Created ${folder_name}.tar.gz"
done
working-directory: bin/

Expand Down

0 comments on commit 4642f9f

Please sign in to comment.