mirror of
https://github.com/remko/waforth
synced 2024-12-28 10:00:06 +01:00
13 lines
No EOL
258 B
YAML
13 lines
No EOL
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 |