Skip to content

Commit

Permalink
ci: Attempting recursive chown root:root before creating tar
Browse files Browse the repository at this point in the history
Trying a recursive chown to see if this helps before archiving.

Signed-off-by: Tyler Erickson <tyler.erickson@seagate.com>
  • Loading branch information
vonericsen committed Oct 15, 2024
1 parent c3459e1 commit 11f1309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:
- name: Set ownership of executables to root:root
if: ${{ matrix.config.os != 'windows-latest' }}
run: sudo chown root:root build/openSeaChest_*
run: sudo chown -R root:root build


- name: Packing release
Expand Down

0 comments on commit 11f1309

Please sign in to comment.