Skip to content

Commit ed34e76

Browse files
committed
ci:update
1 parent b76c59a commit ed34e76

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
git submodule init
4141
git submodule update
4242
43+
- name: Set TERM variable
44+
run: echo "TERM=xterm" >> $GITHUB_ENV
45+
4346
- name: Set up Dependency Environment
4447
run: |
4548
cd libxengine

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ jobs:
2525
skip_unpack: true
2626
if_no_artifact_found: fail
2727
path: ./XRelease/
28+
- name: Download fedora build
29+
uses: dawidd6/action-download-artifact@v6
30+
with:
31+
workflow: fedora_build.yml
32+
workflow_conclusion: success
33+
check_artifacts: false
34+
skip_unpack: true
35+
if_no_artifact_found: fail
36+
path: ./XRelease/
2837
- name: Download debian build
2938
uses: dawidd6/action-download-artifact@v6
3039
with:

0 commit comments

Comments
 (0)