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 34aab07 commit df8f0cbCopy full SHA for df8f0cb
.github/actions/build-linux/action.yaml
@@ -39,7 +39,7 @@ runs:
39
40
- name: Generate snapcraft.yaml
41
run: |
42
- ./scripts/snap/create-snapcraft-yaml.sh ${{ github.workspace }} ${{ inputs.release-version }} "stable" "dist"
+ ./scripts/snap/create-snapcraft-yaml.sh "dist" ${{ inputs.release-version }} "stable" "dist"
43
shell: bash
44
45
- name: Upload binary as artifact
0 commit comments