mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-28 00:19:27 +00:00
add github workflow devbuilds.yaml
This commit is contained in:
parent
4b3ed8f97f
commit
bc5eb62935
21
.github/workflows/devbuilds.yaml
vendored
Normal file
21
.github/workflows/devbuilds.yaml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user