aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-09-30 16:47:20 -0700
committerMicah Lee <micah@micahflee.com>2022-09-30 16:47:20 -0700
commit25ebbd3217eac513a023c9b0a9dbee09c16bc6f8 (patch)
tree17609cf323c4c7715842bebbe9e7a617924291dd /.github
parent52fdbf3fae9a01c067c99d2be66376a6b6f63f9e (diff)
downloadonionshare-25ebbd3217eac513a023c9b0a9dbee09c16bc6f8.tar.gz
onionshare-25ebbd3217eac513a023c9b0a9dbee09c16bc6f8.zip
Properly skip cached builds
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-windows.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml
index fe378fb5..c08f5a44 100644
--- a/.github/workflows/build-windows.yml
+++ b/.github/workflows/build-windows.yml
@@ -41,7 +41,7 @@ jobs:
- name: Build obfs4proxy
shell: pwsh
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"
} else {
cd desktop
@@ -57,7 +57,7 @@ jobs:
- name: Build snowflake
shell: pwsh
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"
} else {
cd desktop
@@ -73,7 +73,7 @@ jobs:
- name: Build meek
shell: pwsh
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"
} else {
cd desktop