From 13a11546500a6ad5c7fa2d45aa0c379db345c43b Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 26 Oct 2019 06:52:34 -0400 Subject: GitHub Actions: one more set of typos fixed I am at a loss for words. Especially as we didn't need those quotes in the first place. What was I thinking? Signed-off-by: Dirk Hohndel --- .github/workflows/windows.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github') 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" -- cgit v1.2.3-70-g09d2