We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eda0e3 commit 5c0ee2aCopy full SHA for 5c0ee2a
.github/workflows/build.yml
@@ -24,12 +24,16 @@ jobs:
24
dotnet-version: 8.0.x
25
26
- name: Download soundpipe native library
27
- uses: actions/download-artifact@v4
+ uses: dawidd6/action-download-artifact@v6
28
with:
29
name: SoundPipe-Windows-Linux
30
-
31
- - name: Unzip soundpipe lib
32
- run: Expand-Archive .\SoundPipe-Windows-Linux.zip -DestinationPath .
+ branch: master
+ event: push
+ workflow_conclusion: success
33
+ repo: https://github.com/YellowDogMan/SharpPipe
34
+ path: ./SharpPipe
35
+ github_token: ${{secrets.GITHUB_TOKEN}}
36
+
37
38
- name: Build
39
working-directory: ./SharpPipe
0 commit comments