diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c4cae5..5ae2c57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: with: submodules: true - name: build Red Viper - run: make release + run: git config --global --add safe.directory $PWD && make release - uses: actions/upload-artifact@v4 with: name: red-viper.cia