From 0f91bf82d4c1479f29f370c429333872872abd74 Mon Sep 17 00:00:00 2001 From: Roman Lautner Date: Fri, 2 Aug 2024 16:30:49 +0200 Subject: [PATCH 1/2] Update publish-to-nuget.yml --- .github/workflows/publish-to-nuget.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-to-nuget.yml b/.github/workflows/publish-to-nuget.yml index c7af83d..40675d0 100644 --- a/.github/workflows/publish-to-nuget.yml +++ b/.github/workflows/publish-to-nuget.yml @@ -18,7 +18,7 @@ defaults: jobs: create_nuget: - runs-on: windows-latest + runs-on: ubuntu-latest steps: - name: checkout uses: actions/checkout@v3 @@ -39,7 +39,7 @@ jobs: path: ${{ env.NuGetDirectory }}/*.*nupkg validate_nuget: - runs-on: windows-latest + runs-on: ubuntu-latest needs: [ create_nuget ] steps: # Install the .NET SDK indicated in the global.json file @@ -72,7 +72,7 @@ jobs: run: dotnet test --configuration Release deploy: - runs-on: windows-latest + runs-on: ubuntu-latest needs: [ validate_nuget, run_test ] steps: - uses: trstringer/manual-approval@v1 From c7ce3bf4384dd6dfa11dd5fb2fa9be3e4fda7875 Mon Sep 17 00:00:00 2001 From: Roman Lautner Date: Fri, 2 Aug 2024 16:32:26 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70a7ebb..7bdcf14 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://github.com/Tynamix/ObjectFiller.NET/actions/workflows/build-and-test.yml/badge.svg?branch=master&event=push)](https://github.com/Tynamix/ObjectFiller.NET/actions/workflows/build-and-test.yml) +[![Build Status](https://github.com/Tynamix/ObjectFiller.NET/actions/workflows/build-and-test.yml/badge.svg?branch=master)](https://github.com/Tynamix/ObjectFiller.NET/actions/workflows/build-and-test.yml) [![Join the chat at https://gitter.im/Tynamix/ObjectFiller.NET](https://badges.gitter.im/Tynamix/ObjectFiller.NET.svg)](https://gitter.im/Tynamix/ObjectFiller.NET?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) # ObjectFiller.NET