We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 970a1eb + aba49aa commit c8335e3Copy full SHA for c8335e3
1 file changed
.github/workflows/deployment.yml
@@ -70,7 +70,7 @@ jobs:
70
run: |
71
go run ./cmd/gen-docs --website --doc-path dist/manual
72
tar -czvf dist/manual.tar.gz -C dist -- manual
73
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
74
with:
75
name: linux
76
if-no-files-found: error
@@ -150,7 +150,7 @@ jobs:
150
151
shopt -s failglob
152
script/pkgmacos "$TAG_NAME"
153
154
155
name: macos
156
@@ -263,7 +263,7 @@ jobs:
263
Get-ChildItem -Path .\dist -Filter *.msi | ForEach-Object {
264
.\script\sign.ps1 $_.FullName
265
}
266
267
268
name: windows
269
0 commit comments