Skip to content

Commit

Permalink
build: fix unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Mar 26, 2024
1 parent 4e5cc84 commit 53340e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish-linux-snap/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
steps:
- name: Unzip
run: |
unzip ${{ inputs.artifact-zip-file-name }} -d "artifacts"
tar -xzvf ${{ inputs.artifact-zip-file-name }} -d "artifacts"
shell: bash

- name: Check artifacts dir
Expand Down

0 comments on commit 53340e1

Please sign in to comment.