File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -32,24 +32,24 @@ jobs:
3232 name : bin-${{ matrix.os }}
3333 path : build/${{ matrix.os }}
3434
35- release :
36- needs : build_changelog_cli
37- name : Create GitHub Release
38- runs-on : ubuntu-latest
39- steps :
40- - uses : actions/download-artifact@v2
41- with :
42- name : bin-ubuntu-latest
43- path : bin-linux
44- - uses : actions/download-artifact@v2
45- with :
46- name : bin-macos-latest
47- path : bin-macos
48- - uses : actions/download-artifact@v2
49- with :
50- name : bin-windows-latest
51- path : bin-windows
52- - uses : softprops/action-gh-release@v1
53- with :
54- draft : true
55- files : bin-*/*
35+ upload_artifacts :
36+ needs : build_changelog_cli
37+ name : Create GitHub Release and Upload Artifacts
38+ runs-on : ubuntu-latest
39+ steps :
40+ - uses : actions/download-artifact@v2
41+ with :
42+ name : bin-ubuntu-latest
43+ path : bin-linux
44+ - uses : actions/download-artifact@v2
45+ with :
46+ name : bin-macos-latest
47+ path : bin-macos
48+ - uses : actions/download-artifact@v2
49+ with :
50+ name : bin-windows-latest
51+ path : bin-windows
52+ - uses : softprops/action-gh-release@v1
53+ with :
54+ draft : true
55+ files : bin-*/*
You can’t perform that action at this time.
0 commit comments