mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-13 21:21:34 -05:00
Properly skip cached builds
This commit is contained in:
parent
f0b980efee
commit
f77a949ffa
6
.github/workflows/build-windows.yml
vendored
6
.github/workflows/build-windows.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
- name: Build obfs4proxy
|
- name: Build obfs4proxy
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
if ((Test-Path -Path 'project\desktop\onionshare\resources\tor\obfs4proxy.exe') -eq $True) {
|
if ((Test-Path -Path 'desktop\onionshare\resources\tor\obfs4proxy.exe') -eq $True) {
|
||||||
Write-Output "obfs4proxy already built"
|
Write-Output "obfs4proxy already built"
|
||||||
} else {
|
} else {
|
||||||
cd desktop
|
cd desktop
|
||||||
@ -57,7 +57,7 @@ jobs:
|
|||||||
- name: Build snowflake
|
- name: Build snowflake
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
if ((Test-Path -Path 'project\desktop\onionshare\resources\tor\snowflake-client.exe') -eq $True) {
|
if ((Test-Path -Path 'desktop\onionshare\resources\tor\snowflake-client.exe') -eq $True) {
|
||||||
Write-Output "snowflake already built"
|
Write-Output "snowflake already built"
|
||||||
} else {
|
} else {
|
||||||
cd desktop
|
cd desktop
|
||||||
@ -73,7 +73,7 @@ jobs:
|
|||||||
- name: Build meek
|
- name: Build meek
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
if ((Test-Path -Path 'project\desktop\onionshare\resources\tor\meek-client.exe') -eq $True) {
|
if ((Test-Path -Path 'desktop\onionshare\resources\tor\meek-client.exe') -eq $True) {
|
||||||
Write-Output "meek already built"
|
Write-Output "meek already built"
|
||||||
} else {
|
} else {
|
||||||
cd desktop
|
cd desktop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user