Fix deploy jobs (#1319)

Specify `merge-multiple` to prevent new directories from being created
when downloading artifacts.
This commit is contained in:
Daniel Chao
2025-11-15 16:30:51 -08:00
committed by GitHub
parent 0ff99d31c9
commit a2cc70ae37
4 changed files with 5 additions and 0 deletions

1
.github/workflows/main.yml generated vendored
View File

@@ -682,6 +682,7 @@ jobs:
- uses: actions/download-artifact@v6
with:
pattern: executable-**
merge-multiple: true
- env:
ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEYID }}
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEY }}