Skip to content

Commit

Permalink
fix copy/paste typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jadamcrain committed Sep 6, 2022
1 parent 1409088 commit d319016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -426,7 +426,7 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
rm -rf ./rodbus/${GITHUB_REF##*/}
mkdir -p ./dnp3/${GITHUB_REF##*/}
mkdir -p ./rodbus/${GITHUB_REF##*/}
cp -a ../artifacts/doc/* ./rodbus/${GITHUB_REF##*/}
git add -A
git commit -m "[rodbus] Release ${GITHUB_REF##*/}"
Expand Down

0 comments on commit d319016

Please sign in to comment.