update
This commit is contained in:
parent
ffc388624f
commit
397d2813ca
2 changed files with 3 additions and 3 deletions
2
.github/workflows/compile-ngix-package.yml
vendored
2
.github/workflows/compile-ngix-package.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
commit_user_name: Cloud Vision Bot
|
commit_user_name: Cloud Vision Bot
|
||||||
commit_user_email: bobicloudvision@gmail.com
|
commit_user_email: bobicloudvision@gmail.com
|
||||||
commit_author: Cloud Vision Bot <bobicloudvision@gmail.com>
|
commit_author: Cloud Vision Bot <bobicloudvision@gmail.com>
|
||||||
commit_message: Upload compiled packages
|
commit_message: Upload compiled packages [BOT]
|
||||||
repository: ./compilators/debian/dist
|
repository: ./compilators/debian/dist
|
||||||
#skip_checkout: true
|
#skip_checkout: true
|
||||||
#push_options: '--force'
|
#push_options: '--force'
|
||||||
|
|
|
@ -27,8 +27,8 @@ sudo cp $MAIN_DIR/control DEBIAN
|
||||||
cd ../
|
cd ../
|
||||||
|
|
||||||
sudo dpkg-deb --build alphax-nginx
|
sudo dpkg-deb --build alphax-nginx
|
||||||
sudo dpkg --info alpahx-nginx.deb
|
sudo dpkg --info alphax-nginx.deb
|
||||||
sudo dpkg --contents alpahx-nginx.deb
|
sudo dpkg --contents alphax-nginx.deb
|
||||||
|
|
||||||
sudo mv alphax-nginx.deb $MAIN_DIR/dist
|
sudo mv alphax-nginx.deb $MAIN_DIR/dist
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue