From 1a2b8399cac24b40316c3051c2204655edd9f24e Mon Sep 17 00:00:00 2001 From: Rodrigo Delduca <46259+skhaz@users.noreply.github.com> Date: Thu, 16 Nov 2023 20:11:55 -0300 Subject: [PATCH] Work in progress --- .github/workflows/artifacts.yaml | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 25d310c..2733692 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -13,16 +13,16 @@ jobs: contents: write strategy: - fail-fast: true + fail-fast: false matrix: config: - # - name: macOS - # os: macos-latest - # - name: Ubuntu - # os: ubuntu-latest - # - name: WebAssembly - # os: ubuntu-latest + - name: macOS + os: macos-latest + - name: Ubuntu + os: ubuntu-latest + - name: WebAssembly + os: ubuntu-latest - name: Windows os: windows-latest @@ -95,11 +95,6 @@ jobs: run: cmake --build . --config Release --verbose working-directory: build - # - name: Copy Windows Binary - # if: matrix.config.name == 'Windows' - # run: cp Release/carimbo.exe . - # working-directory: build - - name: Create Artifacts Directory run: mkdir artifacts