Skip to content

Commit

Permalink
disable unzip in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
salamaashoush committed May 27, 2024
1 parent 4e0be7e commit 3eb98d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/old-gifts-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pactup": patch
---

disable unzip
11 changes: 5 additions & 6 deletions .github/workflows/release_pactup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,11 @@ jobs:
uses: actions/download-artifact@v4
with:
merge-multiple: true
- name: debug
run: ls -la
- name: Unzip
uses: montudor/action-zip@v1
with:
args: unzip -qq *.zip -d .
# windows binaries are zipped
# - name: Unzip
# uses: montudor/action-zip@v1
# with:
# args: unzip -qq *.zip -d .

- name: Untar
run: ls *.gz | xargs -i tar xf {}
Expand Down

0 comments on commit 3eb98d6

Please sign in to comment.