From 9bdf1673fb777cdc590aecf7988ea0166b02dba6 Mon Sep 17 00:00:00 2001 From: Pedro Palma Ramos Date: Fri, 26 Jan 2024 02:38:24 +0000 Subject: [PATCH] workflow fix --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b4fc44..2879117 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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