Skip to content

Commit

Permalink
chore: don't look for the Changes.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin committed Jan 14, 2025
1 parent 14b1a8b commit 50eebb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cli-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,10 @@ jobs:
# args: "--locked --release"
# if: ${{ !matrix.platform.skip_tests }}
- name: Publish artifacts and release
uses: houseabsolute/actions-rust-release@v0
uses: houseabsolute/actions-rust-release@v0.0.4
if: matrix.toolchain == 'stable'
with:
executable-name: impit-cli
target: ${{ matrix.platform.target }}
target: ${{ matrix.platform.target }}
changes-file: ""

1 change: 0 additions & 1 deletion impit-cli/Changes.md

This file was deleted.

0 comments on commit 50eebb9

Please sign in to comment.