Skip to content

Commit 49350c0

Browse files
committed
try this
1 parent 0667c70 commit 49350c0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
with:
4747
submodules: recursive
4848
- name: Rename License File
49-
run: mv ./openal-soft/LICENSE-pffft ./LICENSE
49+
run: mv ./openal-soft/LICENSE-pffft ./openal-soft/LICENSE
5050
- name: Run CAKE
51-
run: dotnet run --project ./build/Build.csproj -- --target=Package --universalBinary=true --libraryname=OpenAL --licensepath=LICENSE -v:diagnostic
51+
run: dotnet run --project ./build/Build.csproj -- --target=Package --universalBinary=true --libraryname=OpenAL --licensepath=openal-soft/LICENSE -v:diagnostic
5252
env:
5353
ACTIONS_RUNTIME_TOKEN: ${{ env.ACTIONS_RUNTIME_TOKEN }}
5454
ACTIONS_RUNTIME_URL: "${{ env.ACTIONS_RUNTIME_URL }}"

buildscripts

0 commit comments

Comments
 (0)