Skip to content

Commit

Permalink
Adjust crates paths
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Jan 3, 2025
1 parent 7dbb184 commit d8d61fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@ jobs:

- name: Publish egobox-doe
uses: katyo/publish-crates@v2
path: ./doe
path: ./crates/doe
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

- name: Publish egobox-gp
uses: katyo/publish-crates@v2
path: ./gp
path: ./crates/gp
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

- name: Publish egobox-moe
uses: katyo/publish-crates@v2
path: ./moe
path: ./crates/moe
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

- name: Publish egobox-ego
uses: katyo/publish-crates@v2
path: ./ego
path: ./crates/ego
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit d8d61fa

Please sign in to comment.