mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-26 07:49:48 -05:00
Typo in win32 get-tor task
This commit is contained in:
parent
549b0eac72
commit
e7067a1c6d
@ -259,7 +259,7 @@ jobs:
|
||||
name: Get tor binaries from Tor Browser (32-bit)
|
||||
command: |
|
||||
cd desktop
|
||||
C:\Python-32bit\Scripts\poetry run python run .\scripts\get-tor.py
|
||||
C:\Python-32bit\Scripts\poetry run python .\scripts\get-tor.py
|
||||
- save_cache:
|
||||
key: get-tor-{{ checksum "desktop/scripts/get-tor.py" }}-{{ .Environment.CACHE_VERSION }}
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user