Skip to content

Commit

Permalink
fix tor url
Browse files Browse the repository at this point in the history
  • Loading branch information
basilky committed Nov 11, 2020
1 parent e1f615b commit 9019855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: iwr -outf tor.zip https://www.torproject.org/dist/torbrowser/10.0.1/tor-win32-0.4.4.5.zip
- run: iwr -outf tor.zip https://www.torproject.org/dist/torbrowser/10.0.4/tor-win32-0.4.4.5.zip
- run: Expand-Archive -Path tor.zip -DestinationPath .\resources\win
- run: ls .\resources\win
- env:
Expand Down

0 comments on commit 9019855

Please sign in to comment.