1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 14:41:21 +00:00
QB64-PE/.github/workflows/release.yml
Matthew Kilgore 7f3b048216 Split up workflows
Splitting up the build process into separate workflows makes it easier
to differentiate the builds for each, since each Workflow will get a
different name and history of builds. The actual build process remains
the same.
2022-08-28 23:21:08 -04:00

12 lines
135 B
YAML

name: Release
on:
push:
tags:
- 'v*'
jobs:
build:
uses: ./.github/workflows/build-process.yml
secrets: inherit