Skip to content

Commit

Permalink
Separate 7z commands for tar and tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
Laupetin committed Nov 4, 2023
1 parent c9da826 commit b73668c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ jobs:
- uses: actions/download-artifact@v3
- name: Zip artifacts
run: |
7z a oat-linux.tar.gz ./oat-linux/*
7z a oat-linux.tar ./oat-linux/*
7z a oat-linux.tar.gz ./oat-linux.tar
7z a oat-windows.zip ./oat-windows/*
- uses: ncipollo/release-action@v1
env:
Expand Down

0 comments on commit b73668c

Please sign in to comment.