Skip to content

Commit 5c0ee2a

Browse files
committed
chore(sharppipeactions)#: Download soundpipe library as pre-requisite for nuget package (for real this time)
1 parent 4eda0e3 commit 5c0ee2a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/build.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,16 @@ jobs:
2424
dotnet-version: 8.0.x
2525

2626
- name: Download soundpipe native library
27-
uses: actions/download-artifact@v4
27+
uses: dawidd6/action-download-artifact@v6
2828
with:
2929
name: SoundPipe-Windows-Linux
30-
31-
- name: Unzip soundpipe lib
32-
run: Expand-Archive .\SoundPipe-Windows-Linux.zip -DestinationPath .
30+
branch: master
31+
event: push
32+
workflow_conclusion: success
33+
repo: https://github.com/YellowDogMan/SharpPipe
34+
path: ./SharpPipe
35+
github_token: ${{secrets.GITHUB_TOKEN}}
36+
3337

3438
- name: Build
3539
working-directory: ./SharpPipe

0 commit comments

Comments
 (0)