Skip to content

Commit

Permalink
setup GH for release (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopiraccini committed Dec 3, 2023
1 parent 1e72287 commit bbf4379
Showing 1 changed file with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_call:

jobs:
build:
release-linux:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
Expand All @@ -15,7 +15,17 @@ jobs:
node-version: 18
- run: npm ci

build-mac:
release-win:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci

release-mac:
runs-on: macos-latest
timeout-minutes: 15
steps:
Expand Down

0 comments on commit bbf4379

Please sign in to comment.