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 6c93bd6 commit 1e72287
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/release-win-linux.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: release

on:
workflow_dispatch:
workflow_call:

jobs:
build:
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

build-mac:
runs-on: macos-latest
timeout-minutes: 15
steps:
- run: echo "macos build and sign not implemented yet"

0 comments on commit 1e72287

Please sign in to comment.