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 4bac524 commit 98c005f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:

matrix:
config:
# - name: macOS
# binary: build/carimbo
# os: macos-latest
- name: macOS
binary: build/carimbo
os: macos-latest
- name: Ubuntu
binary: build/carimbo
os: ubuntu-latest
Expand Down Expand Up @@ -158,15 +158,17 @@ jobs:

- name: Compress Artifact
run: |
# macOS
ls -lah .
ls -lah macOS
zip -jr macOS.zip macOS/carimbo
rm -rf macOS
tar -C Ubuntu -czvf Ubuntu.tar.gz carimbo
rm -rf Ubuntu
# WebAssembly
ls -lah Windows
zip -jr Windows.zip Windows/carimbo.exe
rm -rf Windows
working-directory: artifacts
Expand Down

0 comments on commit 98c005f

Please sign in to comment.