Skip to content

Commit

Permalink
ci: fix upload artifact to use Cysharp/Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Sep 18, 2024
1 parent 94409a6 commit 1d361dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
- run: dotnet build -c Release -p:Version=${{ inputs.tag }}
- run: dotnet test -c Release --no-build
- run: dotnet pack -c Release --no-build -p:Version=${{ inputs.tag }} -o ./publish
- uses: actions/upload-artifact@v3
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
with:
name: nuget
path: ./publish
retention-days: 1

build-unity:
needs: [update-packagejson]
Expand Down

0 comments on commit 1d361dc

Please sign in to comment.