Skip to content

Commit cf6c26b

Browse files
authored
Update test-build.yml
1 parent a4697b6 commit cf6c26b

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.github/workflows/test-build.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff 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/*

0 commit comments

Comments
 (0)