File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -129,33 +129,3 @@ jobs:
129129 name : out
130130 path : changelog
131131 - run : cat changelog/CHANGELOG.md
132-
133- release :
134- name : Make GitHub Release
135- runs-on : ubuntu-latest
136- needs : [changelog, vars, jar]
137- steps :
138- - name : Download Build Results
139- uses : actions/download-artifact@v2
140- with :
141- name : libs
142- path : buildfiles
143- - name : Download Changelog Results
144- uses : actions/download-artifact@v2
145- with :
146- name : out
147- path : changelog
148- - name : Debug
149- run : cat changelog/CHANGELOG.md
150- - name : ShowFiles
151- run : dir buildfiles
152- # - name: Create Release
153- # uses: "marvinpinto/action-automatic-releases@latest"
154- # with:
155- # title: "Release ${{ github.event.release.tag_name }}"
156- # repo_token: "${{ secrets.GITHUB_TOKEN }}"
157- # prerelease: false
158- # files: |
159- # changelog/CHANGELOG.md
160- # LICENSE.txt
161- # buildfiles/*
You can’t perform that action at this time.
0 commit comments