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 <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-10-26 06:52:34 -04:00
parent 394948e2cf
commit 13a1154650

View file

@ -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"