Skip to content

Commit

Permalink
Switch from zip to tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
reinauer committed Aug 27, 2024
1 parent 61e9de3 commit d263294
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:

- name: Create zip
run: |
zip -r A4091_Logic_Artifacts.zip jedec/ source/
tar -cvzf A4091_Logic_Artifacts.tar.gz jedec/ source/
- name: Upload zipped artifacts
- name: Upload tar.gz artifacts
uses: actions/upload-artifact@v4
with:
name: A4091 Logic Artifacts
path: A4091_Logic_Artifacts.zip
path: A4091_Logic_Artifacts.tar.gz

0 comments on commit d263294

Please sign in to comment.