File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 99 release :
1010 runs-on : ubuntu-latest
1111 steps :
12- - name : Download artifacts
13- id : download-artifact
14- uses : dawidd6/action-download-artifact@v7
15- with :
16- workflow : build.yml
17- pr : 89
18- # commit: ${{ github.sha }}
19- # branch: main
20- event : release
21- skip_unpack : true
22- allow_forks : true # TODO: false
23-
2412 - uses : actions/checkout@v4
25-
2613 - name : Parse changelog
2714 uses : actions-ecosystem/action-regex-match@v2
2815 id : regex-match
3320 ${{ github.event.release.tag_name }}
3421 '\].*\n\n((.|\n)*)(?:## \[[0-9]+.[0-9]+.[0-9]+\])'
3522 flags : gm
36-
3723 - name : Set release body
3824 uses : softprops/action-gh-release@v2
3925 with :
4026 body : ${{ steps.regex-match.outputs.group1 }}
41-
42- - name : Upload release artifacts
43- uses : shogo82148/actions-upload-release-asset@v1
44- with :
45- upload_url : ${{ github.event.release.upload_url }}
46- asset_path : |
47- linux.zip
48- macos.zip
49- windows.zip
You can’t perform that action at this time.
0 commit comments