Skip to content

Commit

Permalink
Update sw.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin authored Mar 28, 2024
1 parent 4f8acc9 commit c7607e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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

0 comments on commit c7607e2

Please sign in to comment.