I am goober

This commit is contained in:
Ben C 2022-05-23 07:42:59 -04:00 committed by GitHub
parent adfa0199b8
commit 00f1449f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,12 +37,16 @@ jobs:
if: github.ref != 'refs/heads/main' if: github.ref != 'refs/heads/main'
run: echo "BUILD_TYPE=Debug" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append run: echo "BUILD_TYPE=Debug" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
# Epic moment
- run: sn.exe -Vr *
- uses: actions/setup-dotnet@v1 - uses: actions/setup-dotnet@v1
- run: dotnet build -c $Env:BUILD_TYPE
- uses: actions/upload-artifact@v2 # Epic moment
- run: sn -Vr *
- name: Build Project
run: dotnet build -c $Env:BUILD_TYPE
- name: Upload Artifact
uses: actions/upload-artifact@v2
with: with:
name: NewHorizons-${{ env.BUILD_TYPE }} name: NewHorizons-${{ env.BUILD_TYPE }}
path: .\NewHorizons\Obj\${{ env.BUILD_TYPE }} path: .\NewHorizons\Obj\${{ env.BUILD_TYPE }}