mirror of
https://github.com/VigorousPro/TS3-Translation_zh-CN
synced 2024-12-29 02:35:09 +08:00
[skip ci] Revert
This commit is contained in:
parent
f175316020
commit
41008a29cb
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -20,13 +20,13 @@ jobs:
|
|||||||
sudo apt-get update -q
|
sudo apt-get update -q
|
||||||
sudo apt-get install qt5-default qttools5-dev-tools -y -q
|
sudo apt-get install qt5-default qttools5-dev-tools -y -q
|
||||||
|
|
||||||
# - env:
|
- env:
|
||||||
# TG_API: ${{ secrets.TG_API }}
|
TG_API: ${{ secrets.TG_API }}
|
||||||
# TG_GROUP_ID: ${{ secrets.TG_GROUP_ID }}
|
TG_GROUP_ID: ${{ secrets.TG_GROUP_ID }}
|
||||||
# if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
|
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
|
||||||
# run: |
|
run: |
|
||||||
# echo "TG_API=${TG_API}" >> $GITHUB_ENV
|
echo "TG_API=${TG_API}" >> $GITHUB_ENV
|
||||||
# echo "TG_GROUP_ID=${TG_GROUP_ID}" >> $GITHUB_ENV
|
echo "TG_GROUP_ID=${TG_GROUP_ID}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user