diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 78919ea..fe8aa65 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,9 +46,9 @@ jobs: with: submodules: recursive - name: Rename License File - run: mv ./openal-soft/LICENSE-pffft ./openal-soft/LICENSE + run: mv ./openal-soft/LICENSE-pffft ./LICENSE - name: Run CAKE - run: dotnet run --project ./build/Build.csproj -- --target=Package --universalBinary=true --libraryname=OpenAL --licensepath=openal-soft/LICENSE -v:diagnostic + run: dotnet run --project ./build/Build.csproj -- --target=Package --universalBinary=true --libraryname=OpenAL --licensepath=LICENSE -v:diagnostic env: ACTIONS_RUNTIME_TOKEN: ${{ env.ACTIONS_RUNTIME_TOKEN }} ACTIONS_RUNTIME_URL: "${{ env.ACTIONS_RUNTIME_URL }}"