Skip to content

Commit 75c4651

Browse files
authored
Merge pull request #153 from Tynamix/develop
Update readme and optimize release batch
2 parents 824cf7e + 06b1db7 commit 75c4651

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish-to-nuget.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defaults:
1818

1919
jobs:
2020
create_nuget:
21-
runs-on: windows-latest
21+
runs-on: ubuntu-latest
2222
steps:
2323
- name: checkout
2424
uses: actions/checkout@v3
@@ -39,7 +39,7 @@ jobs:
3939
path: ${{ env.NuGetDirectory }}/*.*nupkg
4040

4141
validate_nuget:
42-
runs-on: windows-latest
42+
runs-on: ubuntu-latest
4343
needs: [ create_nuget ]
4444
steps:
4545
# Install the .NET SDK indicated in the global.json file
@@ -72,7 +72,7 @@ jobs:
7272
run: dotnet test --configuration Release
7373

7474
deploy:
75-
runs-on: windows-latest
75+
runs-on: ubuntu-latest
7676
needs: [ validate_nuget, run_test ]
7777
steps:
7878
- uses: trstringer/manual-approval@v1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![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)
1+
[![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)
22
[![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)
33

44
# ObjectFiller.NET

0 commit comments

Comments
 (0)