We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded3727 commit f4e93ddCopy full SHA for f4e93dd
.github/workflows/cd-windows.yaml
@@ -57,7 +57,7 @@ jobs:
57
name: Sign onedir
58
runs-on:
59
group: "Windows Software Signing"
60
- labels: ["self-hosted", "Linux", "X64"]
+ labels: ["self-hosted", "Linux", "ARM64"]
61
needs: [build-onedir, version-check]
62
if: github.event_name == 'release'
63
steps:
@@ -138,7 +138,7 @@ jobs:
138
name: Sign MSI installer
139
140
141
142
needs: build-msi-installer
143
144
0 commit comments