Merge pull request #39 from Cysharp/feature/artifact
ci: change upload-artifact & download-artifact to Cysharp/Actions
This commit is contained in:
commit
e34d0231c6
3
.github/workflows/build-release.yml
vendored
3
.github/workflows/build-release.yml
vendored
@ -24,10 +24,11 @@ jobs:
|
||||
- run: dotnet test -c Release --no-build
|
||||
- run: dotnet pack -c Release --no-build -p:Version=${{ inputs.tag }} -o ./publish
|
||||
# Store artifacts.
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
|
||||
with:
|
||||
name: nuget
|
||||
path: ./publish/
|
||||
retention-days: 1
|
||||
|
||||
# release
|
||||
create-release:
|
||||
|
Loading…
x
Reference in New Issue
Block a user