Skip to content

Commit

Permalink
workflow 18
Browse files Browse the repository at this point in the history
  • Loading branch information
dethrace-labs committed Sep 21, 2022
1 parent 9f1e7bc commit f184941
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/workflow.yaml
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f184941

Please sign in to comment.