quantum-space-buddies/.github/workflows/build.yaml

22 lines
384 B
YAML
Raw Normal View History

2021-11-27 04:16:21 +00:00
name: Build
2021-11-27 03:51:01 +00:00
on:
push:
paths-ignore:
- "*.md"
- "LICENSE"
- ".gitignore"
2021-11-27 03:51:01 +00:00
jobs:
build:
runs-on: windows-latest
2021-11-27 10:46:39 +00:00
2022-03-27 21:02:01 +00:00
steps:
2021-11-27 03:51:01 +00:00
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
- run: dotnet build -c Debug
2022-03-27 21:02:01 +00:00
- uses: actions/upload-artifact@v4
2021-11-27 03:51:01 +00:00
with:
2022-08-29 03:29:25 +00:00
name: Raicuparta.QuantumSpaceBuddies
2024-05-05 19:05:57 +00:00
path: .\QSB-NH\Bin\Debug