Skip to content

Commit 5e204cd

Browse files
committed
chore(sharppipeactions)#: Use correct command for powershell and add run name
1 parent 6786f6e commit 5e204cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Test Build Library
2+
run-name: ${{ github.actor }} is building SharpPipe
23

34
on:
45
push:
@@ -26,7 +27,7 @@ jobs:
2627
- name: Download soundpipe native library
2728
run: |
2829
Invoke-WebRequest https://github.com/Yellow-Dog-Man/soundpipe/releases/latest/download/SoundPipe-Windows-Linux.zip -OutFile .\SoundPipe-Windows-Linux.zip
29-
Extract-Archive .\SoundPipe-Windows-Linux.zip -DestinationPath .\SharpPipe
30+
Expand-Archive .\SoundPipe-Windows-Linux.zip -DestinationPath .\SharpPipe
3031
3132
3233
- name: Build

0 commit comments

Comments
 (0)