Skip to content

Commit a1e6a8f

Browse files
authored
Merge pull request #46 from libxengine/develop
ci:update release
2 parents 761b1ce + af98d27 commit a1e6a8f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.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)