Skip to content

Commit

Permalink
Update pack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyrest authored Jan 30, 2023
1 parent b3f904a commit 002ae6f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:

# Setup Nuget
- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.5
uses: NuGet/setup-nuget@v1

# Setup .NET Core SDK
- uses: actions/setup-dotnet@v1
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '5.0.x'
dotnet-version: '7.0.x'

# Setup MSBuild
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v1

# Install DotNet Script
- name: Install DotNet Script
Expand All @@ -37,8 +37,8 @@ jobs:

# Upload Releases
- name: Upload Releases
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Build Outputs
path: ModRelease\*
retention-days: 3
retention-days: 31

0 comments on commit 002ae6f

Please sign in to comment.