mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-22 21:42:38 +01:00
publish config change
This commit is contained in:
parent
5a2ae9f5d9
commit
5627a3a5ed
8
.github/workflows/ci_publish.yml
vendored
8
.github/workflows/ci_publish.yml
vendored
@ -24,11 +24,13 @@ on:
|
|||||||
- 'v*'
|
- 'v*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ubuntu-latest:
|
ubuntu-20_04:
|
||||||
name: ubuntu-latest
|
name: ubuntu-20_04
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Run './build.cmd CiPublish'
|
- name: Run './build.cmd CiPublish'
|
||||||
run: ./build.cmd CiPublish
|
run: ./build.cmd CiPublish
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user