We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4d38e commit 184849cCopy full SHA for 184849c
1 file changed
.github/workflows/nightly_release.yml
@@ -1,11 +1,11 @@
1
# Inspired from https://github.com/WerWolv/ImHex/blob/16dc199431858de984fb0ed3b50d60a9a9e511b1/.github/workflows/nightly_release.yml
2
-
3
name: Nightly Release
4
5
on:
6
- push:
7
- branches:
8
- - main
+ workflow_run:
+ workflows: ["CI"]
+ types:
+ - completed
9
workflow_dispatch:
10
11
env:
@@ -26,9 +26,10 @@ jobs:
26
fetch-depth: 0
27
fetch-tags: true
28
29
- - name: ⬇️ Download artifacts from latest workflow
+ - name: ⬇️ Download artifact from latest workflow
30
uses: dawidd6/action-download-artifact@v6
31
with:
32
+ name: modpackresolver-cli
33
github_token: ${{ secrets.GITHUB_TOKEN }}
34
workflow: ci.yml
35
branch: ${{ github.event.release.target_commitish }}
0 commit comments