File tree 1 file changed +5
-13
lines changed
1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -202,18 +202,10 @@ jobs:
202
202
run : ls -laR .
203
203
- name : Delete all files over 2G # see issue 40
204
204
run : find . -type f -size +2G -exec rm -v {} \;
205
- - name : Checkout code
206
- uses : actions/checkout@v4
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
205
+ - name : draft release
206
+ uses :
xresloader/[email protected]
207
+ env :
208
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
212
209
with :
213
- release_name : " master-${{ steps.sha.outputs.short_sha }}"
214
- tag : " master-${{ steps.sha.outputs.short_sha }}"
215
- repo_token : ${{ secrets.GITHUB_TOKEN }}
210
+ file : " clang-*"
216
211
draft : true
217
- overwrite : true
218
- file_glob : true
219
- file : clang-*/**/*
You can’t perform that action at this time.
0 commit comments