From 9b764ca251584b0bace830f0a6295e72b1566521 Mon Sep 17 00:00:00 2001 From: Amer Koleci Date: Tue, 12 Sep 2023 15:47:03 +0200 Subject: [PATCH] Don't upload packages artifacts and bump version to 1.9.2 (nuget keeps validating package for some reason) --- .github/workflows/main.yml | 7 ------- Directory.Build.props | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c543ff5..863d0c0b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,13 +29,6 @@ jobs: - name: Pack run: dotnet pack JoltPhysicsSharp.sln --configuration Release - - name: Upload Package Artifacts - uses: actions/upload-artifact@v3 - with: - name: Packages - path: artifacts\*.nupkg - if-no-files-found: error - - name: Publish to NuGet if: github.event_name == 'push' run: dotnet nuget push artifacts/**/*.nupkg -k ${{secrets.NUGET_TOKEN}} --skip-duplicate --source https://api.nuget.org/v3/index.json diff --git a/Directory.Build.props b/Directory.Build.props index a3ac3d15..c8e46ff6 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -11,7 +11,7 @@ - 1.9.1 + 1.9.2