Skip to content

Commit

Permalink
try workflow build in container
Browse files Browse the repository at this point in the history
  • Loading branch information
asac committed Aug 9, 2024
1 parent d339b14 commit 5e0bf50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/onpush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: sudo chown -R builder:builder $GITHUB_WORKSPACE
- name: chmod
run: sudo chmod -R 777 $GITHUB_WORKSPACE
- name: chmod2
run: sudo chmod -R 777 /__w/
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5e0bf50

Please sign in to comment.