Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScanMountGoat committed Mar 10, 2024
1 parent 67a088e commit 4939e20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET Core Desktop
name: Compile Release

on:
push:
Expand All @@ -19,10 +19,10 @@ jobs:
uses: NuGet/setup-nuget@v2

- name: Restore Packages
run: nuget restore MySolution.sln
run: nuget restore "Smash Forge.sln"

- name: Build solution
run: msbuild MySolution.sln -t:rebuild -property:Configuration=Release
run: msbuild "Smash Forge.sln" -t:rebuild -property:Configuration=Release

- name: Create Zip
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 4939e20

Please sign in to comment.