Skip to content

Commit

Permalink
Fix license file reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Nov 6, 2024
1 parent dae50f4 commit bed4209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
submodules: recursive
- name: Rename License File
run: mv ./openal-soft/LICENSE-pffft ./openal-soft/LICENSE
run: mv ./openal-soft/BSD-3Clause ./openal-soft/LICENSE
- name: Run CAKE
run: dotnet run --project ./build/Build.csproj -- --target=Package --universalBinary=true --libraryname=OpenAL --licensepath=openal-soft/LICENSE -v:diagnostic
env:
Expand Down

0 comments on commit bed4209

Please sign in to comment.