Skip to content

Commit

Permalink
upd ci
Browse files Browse the repository at this point in the history
  • Loading branch information
t-lohse committed Feb 12, 2024
1 parent c35d5b2 commit 146eb04
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build_artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
build:
strategy:
matrix:
#node-version: [16.x, 20.9.0]
#node-version: [ 20.9.0 ]
#os: [ ubuntu-latest ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
name: Build ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand All @@ -34,7 +31,9 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: reveaal-${{ matrix.os }}
path: target/release/reveaal
#if: runner.os == 'Windows'; then
path: ${{ runner.os == 'OS_TYPE' && "target/release/reveaal.exe" || "target/release/reveaal" }}
#path: runner.os == 'OS_TYPE' ? then; "target/release/reveaal"; else
if-no-files-found: error
retention-days: 7

0 comments on commit 146eb04

Please sign in to comment.