From c7607e2411bcff3a13d3b731bc44d9b6e8970612 Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Thu, 28 Mar 2024 12:20:32 +0300 Subject: [PATCH] Update sw.yml --- .github/workflows/sw.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sw.yml b/.github/workflows/sw.yml index f16e5373..e7bf41c6 100644 --- a/.github/workflows/sw.yml +++ b/.github/workflows/sw.yml @@ -16,8 +16,8 @@ jobs: - run: ./sw -static build - uses: actions/upload-artifact@v4 with: - name: sw - path: .sw/out + name: sw-${{ matrix.os }} + path: .sw/out/**/*.exe linux: runs-on: ubuntu-22.04 @@ -32,7 +32,7 @@ jobs: - run: ./sw -static build -compiler gcc - uses: actions/upload-artifact@v4 with: - name: sw + name: sw-${{ matrix.os }} path: .sw/out macos: @@ -50,5 +50,5 @@ jobs: ./sw -static build -compiler gcc - uses: actions/upload-artifact@v4 with: - name: sw + name: sw-${{ matrix.os }} path: .sw/out