mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 21:23:40 +00:00
Adapt permissions
This commit is contained in:
parent
a1c91dbd27
commit
b6eccfb8a4
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,7 @@ steps:
|
||||||
- # calculate SHA256 checksum
|
- # calculate SHA256 checksum
|
||||||
- cd ./build
|
- cd ./build
|
||||||
- sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"
|
- sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"
|
||||||
|
- chmod 664 ./*
|
||||||
- ls -lh
|
- ls -lh
|
||||||
- # output the sha256 sum for checking
|
- # output the sha256 sum for checking
|
||||||
- cat "$ARTIFACT.sum256"
|
- cat "$ARTIFACT.sum256"
|
||||||
|
@ -229,6 +230,7 @@ steps:
|
||||||
- # calculate SHA256 checksum
|
- # calculate SHA256 checksum
|
||||||
- cd ./build
|
- cd ./build
|
||||||
- sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"
|
- sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"
|
||||||
|
- chmod 664 ./*
|
||||||
- ls -lh
|
- ls -lh
|
||||||
- # output the sha256 sum for checking
|
- # output the sha256 sum for checking
|
||||||
- cat "$ARTIFACT.sum256"
|
- cat "$ARTIFACT.sum256"
|
||||||
|
|
Loading…
Reference in a new issue