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:
parent
394948e2cf
commit
13a1154650
10
.github/workflows/windows.yml
vendored
10
.github/workflows/windows.yml
vendored
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user