Skip to content

Commit 23291da

Browse files
committed
build: no need to unzip
1 parent a256b84 commit 23291da

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/actions/publish-linux-snap/action.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ runs:
1515
ls -R ${{ inputs.artifacts-path }}
1616
shell: bash
1717

18-
- name: unzip artifacts
19-
run: unzip -q ${{ inputs.artifacts-path }}/${{ inputs.linux-artifact-name }}.zip -d linux-artifacts
20-
shell: bash
21-
2218
- name: Build snap
2319
uses: snapcore/action-build@v1
2420
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ jobs:
119119

120120
- uses: actions/download-artifact@v4
121121
with:
122+
merge-multiple: true
122123
path: artifacts
123124

124125
- name: publish Linux Snap

0 commit comments

Comments
 (0)