Skip to content

Commit

Permalink
Update autobuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 authored Jan 10, 2025
1 parent 2c4fa3d commit 1a5feda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4

- name: Install dependencies
- name: Restore with .NET Core
run: dotnet restore

- name: Build
- name: Build using .NET Core
run: dotnet build CollabUtils2.sln --configuration Release --no-restore

- name: Upload artifact
Expand Down

0 comments on commit 1a5feda

Please sign in to comment.