Skip to content

Commit ec45a23

Browse files
committed
6601: Update relase github action - permission error
1 parent 214d4b6 commit ec45a23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github_build_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
3737
- name: Cleanup after install
3838
run: |
39+
sudo chown -R runner:runner .
3940
rm -rf docs
4041
rm -rf infrastructure
4142
rm -rf fixtures
@@ -48,8 +49,7 @@ jobs:
4849
4950
- name: Create archive
5051
run: |
51-
tar \
52-
-zcf ../assets/${{ github.event.repository.name }}-${{ github.ref_name }}.tar.gz ./*
52+
tar -zcf ../assets/${{ github.event.repository.name }}-${{ github.ref_name }}.tar.gz ./*
5353
5454
- name: Create checksum
5555
run: sha256sum ../assets/${{ github.event.repository.name }}-${{ github.ref_name }}.tar.gz > ../assets/checksum.txt

0 commit comments

Comments
 (0)