Skip to content

Commit

Permalink
More permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbez1 committed Mar 9, 2024
1 parent ca0b35f commit 5849a65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/electronics_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
# Need to chown files back to runner, as ownership gets set to root by the KiBot Actions
run: |
sudo chown runner:docker electronics/build/outputs/*
sudo chown runner:docker electronics/build/*
- name: Update 3D artifacts [sensor_smd, single]
run: |
Expand Down Expand Up @@ -82,6 +83,7 @@ jobs:
- name: Show artifacts
if: always()
run: |
ls -lah electronics/build
ls -lah electronics/build/outputs
- name: Archive artifacts
Expand Down

0 comments on commit 5849a65

Please sign in to comment.