We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32fc54b commit 855ad88Copy full SHA for 855ad88
.github/workflows/build.yml
@@ -207,13 +207,10 @@ jobs:
207
- name: Get short SHA
208
id: sha
209
run: echo "short_sha=${GITHUB_SHA:0:8}" >> $GITHUB_OUTPUT
210
- - name: Draft release
211
- uses: svenstaro/upload-release-action@v2
+ - name: draft release
+ uses: xresloader/[email protected]
212
+ env:
213
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
214
with:
- release_name: "master-${{ steps.sha.outputs.short_sha }}"
- tag: "master-${{ steps.sha.outputs.short_sha }}"
215
- repo_token: ${{ secrets.GITHUB_TOKEN }}
+ file: "clang-*"
216
draft: true
217
- overwrite: true
218
- file_glob: true
219
- file: clang-*/**/*
0 commit comments