mirror of
https://github.com/remko/waforth
synced 2025-01-16 15:41:07 +01:00
13 lines
258 B
YAML
13 lines
258 B
YAML
|
name: Publish Standalone
|
||
|
|
||
|
on:
|
||
|
workflow_dispatch:
|
||
|
|
||
|
jobs:
|
||
|
publish-standalone:
|
||
|
needs: build
|
||
|
runs-on: macos-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v2
|
||
|
- uses: ./.github/actions/setup
|
||
|
- run: make -C src/standalone install-deps all
|