mirror of
https://github.com/spatialaudio/portaudio-binaries.git
synced 2026-03-18 00:30:00 +08:00
Merge pull request #19 from spatialaudio/dependabot/github_actions/actions/download-artifact-5
This commit is contained in:
10
.github/workflows/build-libs.yml
vendored
10
.github/workflows/build-libs.yml
vendored
@@ -91,23 +91,23 @@ jobs:
|
||||
- name: Clone Git repository
|
||||
uses: actions/checkout@v5
|
||||
- name: Retrieve dylib
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
name: macos-dylib
|
||||
- name: Retrieve x64 DLL
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
name: windows-x64-dll
|
||||
- name: Retrieve x64 DLL with ASIO support
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
name: windows-x64-dll-asio
|
||||
- name: Retrieve Win32 DLL
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
name: windows-Win32-dll
|
||||
- name: Retrieve Win32 DLL with ASIO support
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
name: windows-Win32-dll-asio
|
||||
- name: Commit and push binaries (if there are changes)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user