Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rlovely committed Jan 11, 2024
2 parents f35deeb + ad1770c commit f72e858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:

runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand All @@ -27,7 +27,7 @@ jobs:
run: dotnet build --no-restore -c Release

- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --verbosity normal

- name: Publish
run: dotnet nuget push StateMachine/bin/Release/RoadieRichStateMachine*.nupkg -k ${PUBLISH_KEY} --source https://api.nuget.org/v3/index.json

0 comments on commit f72e858

Please sign in to comment.