From 146eb04df3cd0c83d3baceb5e21faeb8384e2ca4 Mon Sep 17 00:00:00 2001 From: Thomas Lohse Date: Mon, 12 Feb 2024 10:40:40 +0100 Subject: [PATCH] upd ci --- .github/workflows/build_artifacts.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_artifacts.yaml b/.github/workflows/build_artifacts.yaml index b0c9f5cc..8cb9e577 100644 --- a/.github/workflows/build_artifacts.yaml +++ b/.github/workflows/build_artifacts.yaml @@ -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 }} @@ -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 - +