Skip to content

Commit

Permalink
action: fix script path name
Browse files Browse the repository at this point in the history
Fix path name on local test run.
  • Loading branch information
alive4ever committed Feb 15, 2025
1 parent 3b3803c commit 574ddb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate_release_oldwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
id: local-runtime-test
run: |
cd "${{ github.workspace }}"
python -m venv --upgrade-deps .venv
python -m venv .venv
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
./.venv/Scripts/Activate.ps1
./.venv/Scripts/pip.exe install -r requirements.txt
.\.venv\Scripts\Activate.ps1
.\.venv\Scripts\pip.exe install -r requirements.txt
python -c "import server; from youtube import util; url = 'https://cloudflare.com/cdn-cgi/trace'; resp = util.fetch_url(url, report_text='Getting CF trace report'); print(resp.decode())" && deactivate
- name: Generating release
id: generating-release
Expand Down

0 comments on commit 574ddb4

Please sign in to comment.