Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Jan 5, 2024
1 parent 14805e6 commit fcd142b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ jobs:
run: |
echo $PWD
ls -la $PWD
echo $PWD/tmp
ls -la $PWD/tmp
mkdir operators/$OPERATOR_DIR/$VERSION
cp -R ./$BUNDLE_PATH/* operators/${{ inputs.dir }}/$VERSION
cp -R ./tmp/$BUNDLE_PATH/* operators/${{ inputs.dir }}/$VERSION
rm -rf ./tmp
- name: Configure git user
Expand Down

0 comments on commit fcd142b

Please sign in to comment.