Skip to content

Commit

Permalink
only workspace path
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Dec 17, 2021
1 parent 6173dbb commit 84e5b7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install Rust-Cache for Github actions
uses: Swatinem/rust-cache@v1
with:
working-directory: ${{ env.RUST_DIR }}/modelator
working-directory: ${{ env.RUST_DIR }}

- name: Install `quickinstall`
uses: actions-rs/cargo@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install Rust-Cache for Github actions
uses: Swatinem/rust-cache@v1
with:
working-directory: ${{ env.RUST_DIR }}/modelator
working-directory: ${{ env.RUST_DIR }}

- name: Install `quickinstall`
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
override: true

- name: Rust publish
working-directory: ${{ env.RUST_DIR }}/modelator
working-directory: ${{ env.RUST_DIR }}
run: |
cargo publish --token ${{ secrets.CRATES_IO_TOKEN }}
Expand Down

0 comments on commit 84e5b7a

Please sign in to comment.