Update compile-ngix-package.yml
This commit is contained in:
parent
9c5d38e659
commit
170935fcfa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/compile-ngix-package.yml
vendored
4
.github/workflows/compile-ngix-package.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
|
||||
- name: Compile NGINX
|
||||
run: |
|
||||
cd compilators/debian
|
||||
cd compilators/debian/nginx
|
||||
chmod 775 ./nginx-compile.sh
|
||||
./nginx-compile.sh
|
||||
ls
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
commit_user_email: bobicloudvision@gmail.com
|
||||
commit_author: Cloud Vision Bot <bobicloudvision@gmail.com>
|
||||
commit_message: Upload compiled packages [BOT]
|
||||
repository: ./compilators/debian/dist
|
||||
repository: ./compilators/debian/nginx/dist
|
||||
#skip_checkout: true
|
||||
#push_options: '--force'
|
||||
#skip_fetch: true
|
||||
|
|
Loading…
Reference in a new issue