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 c7607e2 commit 58a1e83
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/sw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions/checkout@v1
- uses: egorpugin/sw-action@master
- run: ./sw -static build
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: sw-${{ matrix.os }}
name: sw
path: .sw/out/**/*.exe

linux:
Expand All @@ -30,9 +30,9 @@ jobs:
sudo dnf -y install flex bison cmake which gcc clang clang-tools-extra lld git
- uses: egorpugin/sw-action@master
- run: ./sw -static build -compiler gcc
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: sw-${{ matrix.os }}
name: sw
path: .sw/out

macos:
Expand All @@ -48,7 +48,7 @@ jobs:
export PATH="/usr/local/opt/bison/bin:$PATH"
export PATH="/usr/local/opt/gcc/bin:$PATH"
./sw -static build -compiler gcc
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: sw-${{ matrix.os }}
name: sw
path: .sw/out

0 comments on commit 58a1e83

Please sign in to comment.