Skip to content

Commit 7029e12

Browse files
committed
ci: fix native libraries path error
1 parent db856ea commit 7029e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ jobs:
393393

394394
- name: Install Native Libraries
395395
run: |
396-
Expand-Archive -Path "./native-libraries/native-libraries/native-libraries.zip" -DestinationPath "./Src/Backends/MiniAudio/" -Force
396+
Expand-Archive -Path "./native-libraries/native-libraries.zip" -DestinationPath "./Src/Backends/MiniAudio/" -Force
397397
398398
- name: Build Nuget packages
399399
env:

0 commit comments

Comments
 (0)