Skip to content

Commit

Permalink
fix(cd): copy the config file into registry to resolve it for embed
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 18, 2021
1 parent df241e4 commit 48ea157
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ jobs:
run: |
mkdir -p target/package/config/
cp config/cliff.toml target/package/config/
for d in /home/runner/.cargo/registry/src/git.luolix.top-*/ ; do
mkdir "$d"/config/
cp config/cliff.toml "$d"/config/
done
- name: Publish the library
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 48ea157

Please sign in to comment.