Skip to content

Commit 063c4e5

Browse files
Change artifact permissions.
1 parent fd05cce commit 063c4e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
ARTIFACT=$(make help | grep 'Artifact: ')
4545
echo "name=${ARTIFACT#'Artifact: '}" >> $GITHUB_OUTPUT
4646
47+
- name: Change artifact permissions
48+
run: sudo chmod a+x ${{ steps.artifact.outputs.name }}
49+
4750
- name: Upload locally built artifact
4851
uses: actions/upload-artifact@v3
4952
with:

0 commit comments

Comments
 (0)