Skip to content

Commit

Permalink
update upload (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan authored Sep 15, 2024
1 parent 0b16b57 commit 9769851
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
KLOG=3 ./mkn build -dtKa "-std=c++17 -fPIC" -O 2 -g 0 -W 9 -o mkn_nix
- if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: maiken-${{ matrix.os }}
path: bin/build/mkn_nix
retention-days: 1

- if: matrix.os == 'windows-latest'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: maiken-${{ matrix.os }}
path: bin/build/mkn.exe
Expand All @@ -59,7 +59,7 @@ jobs:
MKN_GCC_PREFERRED: 1
KUL_GIT_CO: --depth 1
run: KLOG=3 ./mkn build -dtKa "-std=c++17 -fPIC" -O 2 -g 0 -W 9 -o mkn_manylinux
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4.4.0
with:
name: maiken-manylinux-latest
path: bin/build/mkn_manylinux
Expand All @@ -75,7 +75,7 @@ jobs:
MKN_GCC_PREFERRED: 1
KUL_GIT_CO: --depth 1
run: KLOG=3 ./mkn build -dtKa "-std=c++17 -fPIC" -O 2 -g 0 -W 9 -o mkn_x86_osx
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4.4.0
with:
name: maiken-macos-12
path: bin/build/mkn_x86_osx
Expand All @@ -91,7 +91,7 @@ jobs:
MKN_GCC_PREFERRED: 1
KUL_GIT_CO: --depth 1
run: KLOG=3 ./mkn build -dtKa "-std=c++17 -fPIC" -O 2 -g 0 -W 9 -o mkn_arm_osx
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4.4.0
with:
name: maiken-macos-latest
path: bin/build/mkn_arm_osx
Expand Down

0 comments on commit 9769851

Please sign in to comment.