diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index a9e3319..e25a793 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -23,10 +23,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: