添加用于指引构建的环境变量

This commit is contained in:
2025-01-22 17:36:43 +08:00
parent a9142fd820
commit 31bfa6386c
4 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -40,7 +40,7 @@ jobs:
- name: Building ${{ GITHUB.repository }}
run: |
env gitPath=$(basename $GITHUB_REPOSITORY) bash .github/workflows/run-command-in-chroot.sh env GO111MODULE=off dpkg-buildpackage -b
env gitPath=$(basename $GITHUB_REPOSITORY) bash .github/workflows/run-command-in-chroot.sh env GXDE_CODENAME=bixie GO111MODULE=off dpkg-buildpackage -b
- name: Remove Debug Package
run: |
@@ -91,7 +91,7 @@ jobs:
- name: Building ${{ GITHUB.repository }}
run: |
set +e
env gitPath=$(basename $GITHUB_REPOSITORY) bash .github/workflows/run-command-in-chroot.sh env GO111MODULE=off dpkg-buildpackage -b
env gitPath=$(basename $GITHUB_REPOSITORY) bash .github/workflows/run-command-in-chroot.sh env GXDE_CODENAME=bixie GO111MODULE=off dpkg-buildpackage -b
- name: Remove Debug Package
run: |