diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4d63aec..78919ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: with: submodules: recursive - name: Run CAKE - run: dotnet run --project ./build/Build.csproj + run: dotnet run --project ./build/Build.csproj --universalBinary=true env: ACTIONS_RUNTIME_TOKEN: ${{ env.ACTIONS_RUNTIME_TOKEN }} ACTIONS_RUNTIME_URL: "${{ env.ACTIONS_RUNTIME_URL }}" @@ -48,7 +48,7 @@ jobs: - name: Rename License File run: mv ./openal-soft/LICENSE-pffft ./openal-soft/LICENSE - name: Run CAKE - run: dotnet run --project ./build/Build.csproj -- --target=Package --libraryname=OpenAL --licensepath=openal-soft/LICENSE -v:diagnostic + run: dotnet run --project ./build/Build.csproj -- --target=Package --universalBinary=true --libraryname=OpenAL --licensepath=openal-soft/LICENSE -v:diagnostic env: ACTIONS_RUNTIME_TOKEN: ${{ env.ACTIONS_RUNTIME_TOKEN }} ACTIONS_RUNTIME_URL: "${{ env.ACTIONS_RUNTIME_URL }}" diff --git a/buildscripts b/buildscripts index 7872ad3..21ecb3f 160000 --- a/buildscripts +++ b/buildscripts @@ -1 +1 @@ -Subproject commit 7872ad38f70b2ead4a22c336cc813a78bdb0f566 +Subproject commit 21ecb3f0b8b347ef21fd134d84f07db84e0ebad7