mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-23 15:48:03 -05:00
ci: try uploading artifact
This commit is contained in:
parent
feeaeab2d2
commit
ae9763eedf
1 changed files with 6 additions and 0 deletions
6
.github/workflows/dotnet-desktop.yml
vendored
6
.github/workflows/dotnet-desktop.yml
vendored
|
@ -33,3 +33,9 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: msbuild Rebuilder.sln /p:Configuration=Release
|
||||
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v2.2.1
|
||||
with:
|
||||
path:
|
||||
Rebuilder/obj/Release/Rebuilder.exe
|
||||
|
|
Loading…
Reference in a new issue