We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e68064 commit af98d27Copy full SHA for af98d27
.github/workflows/release.yml
@@ -25,6 +25,15 @@ jobs:
25
skip_unpack: true
26
if_no_artifact_found: fail
27
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/
37
- name: Download debian build
38
uses: dawidd6/action-download-artifact@v6
39
with:
0 commit comments