Merge pull request #39 from Cysharp/feature/artifact

ci: change upload-artifact & download-artifact to Cysharp/Actions
This commit is contained in:
Ikiru Yoshizaki 2024-04-30 14:36:03 +09:00 committed by GitHub
commit e34d0231c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,10 +24,11 @@ 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/
retention-days: 1
# release # release
create-release: create-release: