Skip to content

Commit

Permalink
ci(dev): attempt new changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Oct 9, 2023
1 parent 1ce4dce commit b7f3dfd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dev-release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
command: build
args: --release --target ${{ matrix.target }} --all-features --verbose

- name: "Build Changelog"
id: changelog
uses: mikepenz/release-changelog-builder-action@v4

- name: Compress binary
run: |
if [[ "${{ matrix.target }}" == *"linux"* ]]; then
Expand All @@ -58,7 +62,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
release_name: DAR to OAR Converter Development-${{ github.sha }}
body: "## Development release"
body: ${{ steps.changelog.outputs.changelog }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ matrix.asset_name }}
asset_name: ${{ matrix.asset_name }}
Expand Down

0 comments on commit b7f3dfd

Please sign in to comment.