Skip to content

Commit 0f9fc3a

Browse files
authored
Merge pull request #112 from EverestAPI/dependabot/github_actions/actions/upload-artifact-4.6.0
Bump actions/upload-artifact from 4.5.0 to 4.6.0
2 parents a620cca + 1a5feda commit 0f9fc3a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/autobuild.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,15 @@ jobs:
2525
2626
- name: Setup .NET Core
2727
uses: actions/setup-dotnet@v4
28-
with:
29-
dotnet-version: 2.2.108
3028

3129
- name: Restore with .NET Core
3230
run: dotnet restore
3331

34-
- name: Build using Mono
35-
run: msbuild *.sln "/p:Configuration=Release"
32+
- name: Build using .NET Core
33+
run: dotnet build CollabUtils2.sln --configuration Release --no-restore
3634

3735
- name: Upload artifact
38-
uses: actions/upload-artifact@v4.5.0
36+
uses: actions/upload-artifact@v4.6.0
3937
with:
4038
name: main
4139
path: bin/Release/net452

0 commit comments

Comments
 (0)