workflow 18

This commit is contained in:
Dethrace Labs 2022-09-22 05:46:36 +12:00
parent 9f1e7bc062
commit f1849412e9
1 changed files with 6 additions and 5 deletions

View File

@ -106,10 +106,10 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
# - name: Fetch build artifacts
# uses: actions/download-artifact@v1
# with:
## name: artifacts
- name: Fetch build artifacts
uses: actions/download-artifact@v1
with:
name: artifacts
# - name: "Build Changelog"
# id: build_changelog
# uses: mikepenz/release-changelog-builder-action@v3
@ -136,7 +136,8 @@ jobs:
with:
draft: false
prerelease: false
body: ${{steps.build_changelog.outputs.changelog}}
name: Dethrace ${{github.ref_name}}
#body: ${{steps.build_changelog.outputs.changelog}}
generate_release_notes: true
- name: Upload linux-amd64 artifact
uses: actions/upload-release-asset@v1.0.1