Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Nov 16, 2023
1 parent 63e1c61 commit 1a2b839
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 1a2b839

Please sign in to comment.