We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a256b84 commit 23291daCopy full SHA for 23291da
.github/actions/publish-linux-snap/action.yaml
@@ -15,10 +15,6 @@ runs:
15
ls -R ${{ inputs.artifacts-path }}
16
shell: bash
17
18
- - name: unzip artifacts
19
- run: unzip -q ${{ inputs.artifacts-path }}/${{ inputs.linux-artifact-name }}.zip -d linux-artifacts
20
- shell: bash
21
-
22
- name: Build snap
23
uses: snapcore/action-build@v1
24
with:
.github/workflows/release.yaml
@@ -119,6 +119,7 @@ jobs:
119
120
- uses: actions/download-artifact@v4
121
122
+ merge-multiple: true
123
path: artifacts
124
125
- name: publish Linux Snap
0 commit comments