Skip to content

Commit

Permalink
update upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaPiggy committed Sep 26, 2024
1 parent 3014ea4 commit 17accd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: pack
run: dotnet pack -o . src\OWML.ModHelper\OWML.ModHelper.csproj -p:NuspecFile=OWML.ModHelper.nuspec -p:NuspecProperties="version=${{ steps.version.outputs.prop }};"
- name: upload nuget
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: owml-nuget
path: OWML.*.nupkg
Expand All @@ -67,7 +67,7 @@ jobs:
mkdir Mods
7z a OWML.zip *
- name: upload zip
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: owml-zip
path: src\OWML.Launcher\bin\Debug\net48\OWML.zip
Expand Down

0 comments on commit 17accd7

Please sign in to comment.