diff options
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r-- | .github/workflows/windows.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 680399ead..8e0557a43 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -58,8 +58,8 @@ jobs: run: | apt-get update apt-get install -y curl - curl --upload-file subsurface-installer.exe "https://transfer.sh/subsurface-installer.exe - curl --upload-file subsurface.exe "https://transfer.sh/subsurface.exe - curl --upload-file subsurface.exe.debug "https://transfer.sh/subsurface.exe.debug - curl --upload-file smtk2ssrf-installer.exe "https://transfer.sh/smtk2ssrf-installer.exe - curl --upload-file smtk2ssrf.exe "https://transfer.sh/smtk2ssrf.exe + curl --upload-file subsurface-installer.exe "https://transfer.sh/subsurface-installer.exe" + curl --upload-file subsurface.exe "https://transfer.sh/subsurface.exe" + curl --upload-file subsurface.exe.debug "https://transfer.sh/subsurface.exe.debug" + curl --upload-file smtk2ssrf-installer.exe "https://transfer.sh/smtk2ssrf-installer.exe" + curl --upload-file smtk2ssrf.exe "https://transfer.sh/smtk2ssrf.exe" |