Skip to content

Commit 855ad88

Browse files
committed
test: update draft release from build.yml
1 parent 32fc54b commit 855ad88

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,10 @@ jobs:
207207
- name: Get short SHA
208208
id: sha
209209
run: echo "short_sha=${GITHUB_SHA:0:8}" >> $GITHUB_OUTPUT
210-
- name: Draft release
211-
uses: svenstaro/upload-release-action@v2
210+
- name: draft release
211+
uses: xresloader/[email protected]
212+
env:
213+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
212214
with:
213-
release_name: "master-${{ steps.sha.outputs.short_sha }}"
214-
tag: "master-${{ steps.sha.outputs.short_sha }}"
215-
repo_token: ${{ secrets.GITHUB_TOKEN }}
215+
file: "clang-*"
216216
draft: true
217-
overwrite: true
218-
file_glob: true
219-
file: clang-*/**/*

0 commit comments

Comments
 (0)