mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
fix publish_release.yml
This commit is contained in:
parent
d71b4892f2
commit
88118e3fee
4
.github/workflows/publish_release.yml
vendored
4
.github/workflows/publish_release.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
type: choice
|
||||
options:
|
||||
- releases
|
||||
- staging
|
||||
- releases-staging
|
||||
|
||||
jobs:
|
||||
mkdoc:
|
||||
@ -64,7 +64,7 @@ jobs:
|
||||
export POCO_BASE=`pwd`
|
||||
export PATH=$POCO_BASE/release/script:$PATH
|
||||
mkrel -c unix2dos
|
||||
mkrel -C unix2dos all
|
||||
mkrel -c unix2dos all
|
||||
-
|
||||
name: Copy to web server
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user