Skip to content

Commit

Permalink
Merge pull request #48 from Ken-Tucker/vb2ae-patch-3
Browse files Browse the repository at this point in the history
Update dotnet-core.yml
  • Loading branch information
vb2ae authored Oct 20, 2024
2 parents 0a25fd4 + 3ef1a3d commit 7f5b85b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 0
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2
- name: Install dependencies
run: msbuild ${{env.solution}} -t:restore
- name: Build
Expand All @@ -42,13 +42,13 @@ jobs:
if: github.event_name != 'pull_request'

- name: Upload Artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4
with:
name: published_nuget
name: published_folder
path: ${{env.upload_folder}}

- name: Upload Packages Artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4
with:
name: published_nuget
path: ${{env.nuget_folder}}

0 comments on commit 7f5b85b

Please sign in to comment.