Skip to content

Commit

Permalink
Give read permission to all.
Browse files Browse the repository at this point in the history
  • Loading branch information
theoctober19th committed Jan 29, 2024
1 parent 063c4e5 commit f22dabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo "name=${ARTIFACT#'Artifact: '}" >> $GITHUB_OUTPUT
- name: Change artifact permissions
run: sudo chmod a+x ${{ steps.artifact.outputs.name }}
run: sudo chmod r+x ${{ steps.artifact.outputs.name }}

- name: Upload locally built artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f22dabb

Please sign in to comment.