ci: change upload-artifact & download-artifact to Cysharp/Actions

This commit is contained in:
Ikiru Yoshizaki 2024-04-30 12:48:36 +09:00
parent 1dd9a0e021
commit 21d6ef6067

View File

@ -24,7 +24,7 @@ jobs:
- run: dotnet test -c Release --no-build - run: dotnet test -c Release --no-build
- run: dotnet pack -c Release --no-build -p:Version=${{ inputs.tag }} -o ./publish - run: dotnet pack -c Release --no-build -p:Version=${{ inputs.tag }} -o ./publish
# Store artifacts. # Store artifacts.
- uses: actions/upload-artifact@v2 - uses: Cysharp/Actions/.github/actions/upload-artifact@main
with: with:
name: nuget name: nuget
path: ./publish/ path: ./publish/