Skip to content

Commit

Permalink
Change license path
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Aug 31, 2024
1 parent bd099f4 commit 0667c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 0667c70

Please sign in to comment.