diff --git a/.github/workflows/meson.yml b/.github/workflows/meson.yml index 184e583..2f38399 100644 --- a/.github/workflows/meson.yml +++ b/.github/workflows/meson.yml @@ -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