Skip to content

Commit c8acad9

Browse files
committed
build: fix permission
1 parent 1bf8e41 commit c8acad9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,9 @@ runs:
2020
tar -xzvf ${{ inputs.artifact-name }} -C artifacts
2121
shell: bash
2222

23-
- name: Check artifacts dir
24-
run: |
25-
ls -R "artifacts"
26-
shell: bash
27-
28-
# TODO: this generates a very simple snap, we need to test if it works on a fresh Ubuntu machine
2923
- name: Generate snapcraft.yaml
3024
run: |
25+
chmod +x ./scripts/snap/create-snapcraft-yaml.sh
3126
./scripts/snap/create-snapcraft-yaml.sh ${{ github.workspace }} ${{ inputs.release-version }} "stable" "artifacts"
3227
shell: bash
3328

0 commit comments

Comments
 (0)