Skip to content

Commit

Permalink
ci: Fixing builddir to build
Browse files Browse the repository at this point in the history
set the wrong output directory name in new step that sets ownership

Signed-off-by: Tyler Erickson <tyler.erickson@seagate.com>
  • Loading branch information
vonericsen committed Oct 15, 2024
1 parent 876f2c4 commit 6940629
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 @@ -262,7 +262,7 @@ jobs:
- name: Set ownership of executables to root:root
if: ${{ matrix.config.os != 'windows-latest' }}
run: sudo chown root:root builddir/openSeaChest_*
run: sudo chown root:root build/openSeaChest_*


- name: Packing release
Expand Down

0 comments on commit 6940629

Please sign in to comment.