fix: name wrong

This commit is contained in:
shenjack 2022-12-29 10:21:30 +08:00
parent e918f3c8ee
commit f639584f46

View File

@ -32,11 +32,11 @@ jobs:
python-version: '3.8' # 为了支持 win7 我还是得用 3.8
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
cache: 'pip'
cache-dependency-path: '**/requirements*.txt'
cache-dependency-path: '**/requirement*.txt'
# 安装依赖
- name: Install env
run: pip install -r requirements.txt
run: pip install -r requirement.txt
# Build python script into a stand-alone exe