Merge pull request #101 from onerain88/fix-pack-script

fix: sh -> bash
oneRain 2021-01-20 15:49:48 +08:00 committed by GitHub
commit cef4bd8f23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ addons:
apt:
update: true
before_deploy:
- sh ./script/package.sh
- bash ./script/package.sh
deploy:
provider: releases
api_key:
@ -25,4 +25,4 @@ deploy:
after_deploy:
- sudo apt-get install doxygen
- doxygen Doxyfile
- sh ./script/deploy.sh
- bash ./script/deploy.sh