Skip to content

Commit 79ae908

Browse files
committedDec 19, 2020
fix deploy step
1 parent bef42d9 commit 79ae908

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
@@ -165,7 +165,7 @@ jobs:
165165
echo BUILD_DATE=`date -u +"%Y-%m-%d"` >> $GITHUB_ENV
166166
echo AUTOBAHN_VCS_REF=`git rev-parse --short ${GITHUB_SHA}` >> $GITHUB_ENV
167167
echo AUTOBAHN_BUILD_ID=$(date --utc +%Y%m%d)-$(git rev-parse --short ${GITHUB_SHA}) >> $GITHUB_ENV
168-
echo AUTOBAHN_VERSION=$(grep -E '^(__version__)' ./zlmdb/_version.py | cut -d ' ' -f3 | sed -e 's|[u"'\'']||g') >> $GITHUB_ENV
168+
echo AUTOBAHN_VERSION=$(grep -E '^(__version__)' ./autobahn-python/_version.py | cut -d ' ' -f3 | sed -e 's|[u"'\'']||g') >> $GITHUB_ENV
169169
170170
# - name: Set environment - 2
171171
# run: |

0 commit comments

Comments
 (0)
Please sign in to comment.