Skip to content

Commit

Permalink
Update Build_overtls.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxudong2020 committed Feb 2, 2024
1 parent ffe4f1d commit 674ed18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build_overtls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
id: Build_SPK
run : |
dir="overtls"
isExist="false"
isExist='false'
if [ -d "$dir" ]; then
cd $dir && pwd && chmod +x ./pkgCreate.sh && ./pkgCreate.sh
isExist="true"
isExist='true'
fi
echo 'isExist="${isExist}"' >> $GITHUB_ENV
echo "isExist=${isExist}" >> $GITHUB_ENV
- name: Release
Expand Down

0 comments on commit 674ed18

Please sign in to comment.