We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba1b19 commit cfbc155Copy full SHA for cfbc155
1 file changed
.github/workflows/build-publish.yml
@@ -5,12 +5,12 @@ on: [workflow_dispatch]
5
jobs:
6
build:
7
8
- runs-on: windows-latest
+ runs-on: ubuntu-latest
9
10
steps:
11
- uses: actions/checkout@v4
12
with:
13
lfs: true
14
15
- name: Publish all packages on version change
16
- run: .\build.cmd ReleaseAll --nuget-api-key ${{secrets.NUGET_API_KEY}}
+ run: ./build.sh ReleaseAll --nuget-api-key ${{secrets.NUGET_API_KEY}}
0 commit comments