Update main.yml

This commit is contained in:
Yoshiko2
2020-09-07 20:29:57 +08:00
committed by GitHub
parent 3db36d0499
commit d0a3105da2

View File

@@ -79,7 +79,7 @@ jobs:
- name: Set VERSION variable
run: |
$version=$(python -c 'import AV_Data_Capture as _; print(_.__version__)')
$version=$(cat AV_Data_Capture.py | grep "version = " | tr -d "version = '")
echo "::set-env name=VERSION::$version"
- name: Set CLOUDSCRAPER_PATH variable