Skip to content

Commit

Permalink
Update build-and-release.yml
Browse files Browse the repository at this point in the history
maybe changing it to markdown will resolve it
  • Loading branch information
APoniatowski authored Oct 29, 2023
1 parent e93773e commit 97924c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go build -o zehd ./...
cd ../../
echo "VERSION=$(cat ./VERSION)" >> $GITHUB_ENV
echo "$(cat ./CHANGELOG)" > changelog.txt
echo "$(cat ./CHANGELOG)" > changelog.md
- name: Upload Artifact
uses: actions/upload-artifact@v2
Expand All @@ -33,7 +33,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: changelog
path: changelog.txt
path: changelog.md

- name: Set Outputs
id: vars
Expand Down Expand Up @@ -63,5 +63,5 @@ jobs:
artifacts: 'zehd/zehd'
tag: v${{ needs.build.outputs.version }}
name: ZEHD v${{ needs.build.outputs.version }}
body_path: changelog.txt
body_path: changelog.md
allowUpdates: true

0 comments on commit 97924c8

Please sign in to comment.