Skip to content

Commit

Permalink
Merge pull request #112 from EverestAPI/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4.6.0

Bump actions/upload-artifact from 4.5.0 to 4.6.0
  • Loading branch information
maddie480 authored Jan 10, 2025
2 parents a620cca + 1a5feda commit 0f9fc3a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,15 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 2.2.108

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

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

- name: Upload artifact
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: main
path: bin/Release/net452
Expand Down

0 comments on commit 0f9fc3a

Please sign in to comment.