Skip to content

Commit ba4e890

Browse files
authored
Merge pull request #896 from ehuss/github-deprecated-action-commands
Update deprecated GitHub Actions commands.
2 parents 10c16ca + f0f3dff commit ba4e890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
mkdir bin
2020
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.3.5/mdbook-v0.3.5-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
21-
echo "##[add-path]$(pwd)/bin"
21+
echo "$(pwd)/bin" >> $GITHUB_PATH
2222
- name: Report versions
2323
run: |
2424
rustup --version

0 commit comments

Comments
 (0)