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