File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# Inspired from https://github.com/WerWolv/ImHex/blob/16dc199431858de984fb0ed3b50d60a9a9e511b1/.github/workflows/nightly_release.yml
22
3- name : Nightly Release
4-
53on :
6- push :
7- branches :
8- - main
4+ workflow_run :
5+ workflows : ["CI"]
6+ types :
7+ - completed
98 workflow_dispatch :
109
1110env :
@@ -26,11 +25,12 @@ jobs:
2625 fetch-depth : 0
2726 fetch-tags : true
2827
29- - name : ⬇️ Download artifacts from latest workflow
28+ - name : ⬇️ Download artifact from latest workflow
3029 uses : dawidd6/action-download-artifact@v6
3130 with :
31+ name : modpackresolver-cli
3232 github_token : ${{ secrets.GITHUB_TOKEN }}
33- workflow : ci .yml
33+ workflow : build .yml
3434 branch : ${{ github.event.release.target_commitish }}
3535 workflow_conclusion : success
3636
You can’t perform that action at this time.
0 commit comments