Skip to content

Commit

Permalink
Merge pull request #17 from magick93/unstable
Browse files Browse the repository at this point in the history
re-correcting dir
  • Loading branch information
magick93 authored Nov 26, 2024
2 parents ee9e8ff + 71351c2 commit 294d38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
run: |
echo "Current working directory: $(pwd)"
ls -la $(pwd)
ls -la ./../.github/scripts/
RUST_VERSION=$(./../.github/scripts/toml_reader.sh Cargo.toml package rust-version)
ls -la ./.github/scripts/
RUST_VERSION=$(./.github/scripts/toml_reader.sh ./anchor/Cargo.toml package rust-version)
- name: Retrieve Docker credentials from Vault
uses: hashicorp/vault-action@v2
Expand Down

0 comments on commit 294d38d

Please sign in to comment.