Skip to content

Commit cfbc155

Browse files
authored
Realized that build-publish can also run on ubuntu-latest
Signed-off-by: timyhac <timyhac@gmail.com>
1 parent 6ba1b19 commit cfbc155

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on: [workflow_dispatch]
55
jobs:
66
build:
77

8-
runs-on: windows-latest
8+
runs-on: ubuntu-latest
99

1010
steps:
1111
- uses: actions/checkout@v4
1212
with:
1313
lfs: true
1414

1515
- name: Publish all packages on version change
16-
run: .\build.cmd ReleaseAll --nuget-api-key ${{secrets.NUGET_API_KEY}}
16+
run: ./build.sh ReleaseAll --nuget-api-key ${{secrets.NUGET_API_KEY}}

0 commit comments

Comments
 (0)