Update main.yml

This commit is contained in:
Yoshiko2
2020-09-07 21:07:07 +08:00
committed by GitHub
parent 0d9c70625c
commit 1745c6ac3e

View File

@@ -127,7 +127,7 @@ jobs:
- name: Set VERSION variable
run: |
$env:version=$(cat AV_Data_Capture.py | grep "version = " | tr -d "version = '")
version=$(cat AV_Data_Capture.py | grep "version = " | tr -d "version = '")
echo "::set-env name=VERSION::$version"
- name: Set CLOUDSCRAPER_PATH variable