Update draft-release.yml

This commit is contained in:
Anirudh Sevugan 2025-08-06 17:58:59 -05:00 committed by GitHub
parent ef99b5a525
commit 30be5c41ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,6 +76,7 @@ jobs:
with:
tag_name: "draft-${{ github.run_number }}"
draft: true
files: $(cat upload-files.txt)
files: all-artifacts/**/*.exe all-artifacts/**/*.dmg all-artifacts/**/*.snap all-artifacts/**/*.AppImage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}