Skip to content

Commit

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

- name: Check artifacts dir
Expand Down

0 comments on commit c3a9871

Please sign in to comment.