Skip to content

Commit 16c7fb5

Browse files
authored
Merge pull request #107 from Cysharp/feature/artifact
ci: change upload-artifact & download-artifact to Cysharp/Actions
2 parents 10fb124 + 016c945 commit 16c7fb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ jobs:
2323
- run: dotnet build -c Release -p:Version=${{ inputs.tag }}
2424
- run: dotnet test -c Release --no-build
2525
- run: dotnet pack -c Release --no-build -p:Version=${{ inputs.tag }} -o ./publish
26-
- uses: actions/upload-artifact@v2
26+
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
2727
with:
2828
name: nuget
2929
path: ./publish
30+
retention-days: 1
3031

3132
# release
3233
create-release:

0 commit comments

Comments
 (0)