Update draft-release.yml

This commit is contained in:
Anirudh Sevugan 2025-08-06 17:41:03 -05:00 committed by GitHub
parent 40b25415d8
commit 9865aecb70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,9 @@ jobs:
create-draft-release: create-draft-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Prepare folder - name: Prepare folder
run: mkdir -p all-artifacts run: mkdir -p all-artifacts