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 3a90eac commit 334b63dCopy full SHA for 334b63d
.github/actions/build-linux/action.yaml
@@ -34,6 +34,7 @@ runs:
34
- name: Generate snapcraft.yaml
35
run: |
36
./scripts/snap/create-snapcraft-yaml.sh ${{ github.workspace }} ${{ inputs.release-version }} "stable" "dist-linux"
37
+ shell: bash
38
39
- name: Upload binary as artifact
40
id: upload-artifact
0 commit comments