ci: try uploading artifact

This commit is contained in:
itsmattkc 2020-12-16 13:28:48 +11:00 committed by GitHub
parent feeaeab2d2
commit ae9763eedf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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