Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropramos committed Jan 26, 2024
1 parent 71d59d3 commit 9bdf167
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Build with MSBuild
run: msbuild '.\RS_ASIO.sln'
- name: Store artifacts
uses: actions/upload-artifact@v4
with:
name: artifacts
path: |
bin\Win32\Debug\RS_ASIO.dll
bin\Win32\Debug\avrt.dll
uses: actions/upload-artifact@v4
with:
name: artifacts
path: |
bin\Win32\Debug\RS_ASIO.dll
bin\Win32\Debug\avrt.dll

0 comments on commit 9bdf167

Please sign in to comment.