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.
2 parents e20e539 + 68382b5 commit 1c57269Copy full SHA for 1c57269
.github/workflows/winget_nightly.yml
@@ -1,7 +1,11 @@
1
name: Publish to WinGet
2
+
3
+# Only run after the Arm Artifacts have been uploaded
4
on:
- release:
- types: [released]
5
+ workflow_run:
6
+ workflows: ["Build Vim for Windows ARM (on Release)"]
7
+ types: [completed]
8
9
jobs:
10
publish:
11
runs-on: ubuntu-latest
.github/workflows/winget_stable.yml
name: Publish to WinGet Stable
+# Wait for the Workflow Publish to Winget to be completed
+ workflows: ["Publish to WinGet"]
check-update-job:
0 commit comments