Skip to content

Commit

Permalink
fix: zip artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
noahstreller committed Aug 29, 2024
1 parent 30caeed commit 624f3b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ jobs:
with:
pattern: igitt-*

- name: Create ZIP Archives
run: |
for dir in igitt-*; do
zip -r "${dir}.zip" "$dir"
done
- name: debug-tree
run: |
tree
Expand Down

0 comments on commit 624f3b2

Please sign in to comment.