Skip to content

Commit

Permalink
build: no need to unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Mar 25, 2024
1 parent a256b84 commit 23291da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/publish-linux-snap/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ runs:
ls -R ${{ inputs.artifacts-path }}
shell: bash

- name: unzip artifacts
run: unzip -q ${{ inputs.artifacts-path }}/${{ inputs.linux-artifact-name }}.zip -d linux-artifacts
shell: bash

- name: Build snap
uses: snapcore/action-build@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:

- uses: actions/download-artifact@v4
with:
merge-multiple: true
path: artifacts

- name: publish Linux Snap
Expand Down

0 comments on commit 23291da

Please sign in to comment.