We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db856ea commit 7029e12Copy full SHA for 7029e12
.github/workflows/build.yml
@@ -393,7 +393,7 @@ jobs:
393
394
- name: Install Native Libraries
395
run: |
396
- Expand-Archive -Path "./native-libraries/native-libraries/native-libraries.zip" -DestinationPath "./Src/Backends/MiniAudio/" -Force
+ Expand-Archive -Path "./native-libraries/native-libraries.zip" -DestinationPath "./Src/Backends/MiniAudio/" -Force
397
398
- name: Build Nuget packages
399
env:
0 commit comments