ci: change upload-artifact & download-artifact to Cysharp/Actions
This commit is contained in:
parent
1dd9a0e021
commit
21d6ef6067
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
@ -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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user