We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6786f6e commit 5e204cdCopy full SHA for 5e204cd
.github/workflows/build.yml
@@ -1,4 +1,5 @@
1
name: Test Build Library
2
+run-name: ${{ github.actor }} is building SharpPipe
3
4
on:
5
push:
@@ -26,7 +27,7 @@ jobs:
26
27
- name: Download soundpipe native library
28
run: |
29
Invoke-WebRequest https://github.com/Yellow-Dog-Man/soundpipe/releases/latest/download/SoundPipe-Windows-Linux.zip -OutFile .\SoundPipe-Windows-Linux.zip
- Extract-Archive .\SoundPipe-Windows-Linux.zip -DestinationPath .\SharpPipe
30
+ Expand-Archive .\SoundPipe-Windows-Linux.zip -DestinationPath .\SharpPipe
31
32
33
- name: Build
0 commit comments