add github workflow devbuilds.yaml

This commit is contained in:
Chris Yeninas 2021-11-26 22:51:01 -05:00
parent 4b3ed8f97f
commit bc5eb62935

21
.github/workflows/devbuilds.yaml vendored Normal file
View File

@ -0,0 +1,21 @@
name: Build from dev
on:
push:
branches: [dev]
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: "5.0.x"
- run: dotnet build -c Release
- uses: actions/upload-artifact@v2
with:
name: QSB-prerelease
path: .\QSB\Bin\Release