Skip to content

Commit

Permalink
[githubactions] fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2005 committed Oct 26, 2020
1 parent 80afbed commit f8d7ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crankshaft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
ARTIFACT_NAME=$(basename $ARTIFACT_PATHNAME)
echo ::set-output name=artifact_filename::${ARTIFACT_NAME}
echo ::set-output name=artifact_path::${ARTIFACT_PATHNAME}
MD5_PATHNAME=$(ls .deploy/*.md5 | head -n 1)
MD5_PATHNAME=$(ls deploy/*.md5 | head -n 1)
MD5_NAME=$(basename $MD5_PATHNAME)
echo ::set-output name=md5_filename::${MD5_NAME}
echo ::set-output name=md5_path::${MD5_PATHNAME}
Expand Down

0 comments on commit f8d7ba3

Please sign in to comment.