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 1ca6a4a commit c5dcea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onpush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: chmod
run: sudo chmod -R 777 $GITHUB_WORKSPACE
- name: chmod2
run: sudo chmod -R 777 /__w/
run: sudo chmod -R 777 /__w/ && chmod -v -R 777 $RUNNER_TEMP/*
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c5dcea4

Please sign in to comment.