Skip to content

Commit

Permalink
fix: 🐛 try to fix paths problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuygui committed Jul 29, 2023
1 parent 5444355 commit cff7693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crates-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
override: true

- name: Publish
run: cargo publish --token ${CRATES_TOKEN} --bin fujc-api
run: cd projects/api cargo publish --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

0 comments on commit cff7693

Please sign in to comment.