From ef6f04a02706708c2c254740ff59b064be264988 Mon Sep 17 00:00:00 2001 From: Mayuki Sawatari Date: Thu, 21 Mar 2024 15:22:31 +0900 Subject: [PATCH] Update build-release.yml --- .github/workflows/build-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index e87ccecce..71e387116 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -34,6 +34,7 @@ jobs: - run: dotnet build -c Release ./MagicOnion.sln # pack nuget - run: dotnet pack -c Release ./MagicOnion.Packaging.slnf --include-symbols --include-source --no-build -o ./publish + - run: cd ./publish/ && ls . | grep -P 'MagicOnion\.\d+\.\d+\.\d+\.snupkg' | xargs rm - uses: actions/upload-artifact@v1 with: name: nuget