Skip to content

Commit df8f0cb

Browse files
committed
build: fix
1 parent 34aab07 commit df8f0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-linux/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939

4040
- name: Generate snapcraft.yaml
4141
run: |
42-
./scripts/snap/create-snapcraft-yaml.sh ${{ github.workspace }} ${{ inputs.release-version }} "stable" "dist"
42+
./scripts/snap/create-snapcraft-yaml.sh "dist" ${{ inputs.release-version }} "stable" "dist"
4343
shell: bash
4444

4545
- name: Upload binary as artifact

0 commit comments

Comments
 (0)