Skip to content

Commit 1a5feda

Browse files
authored
Update autobuild.yml
1 parent 2c4fa3d commit 1a5feda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autobuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
- name: Setup .NET Core
2727
uses: actions/setup-dotnet@v4
2828

29-
- name: Install dependencies
29+
- name: Restore with .NET Core
3030
run: dotnet restore
3131

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

3535
- name: Upload artifact

0 commit comments

Comments
 (0)