diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-10-26 06:52:34 -0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-10-26 04:39:32 -0700 |
commit | 13a11546500a6ad5c7fa2d45aa0c379db345c43b (patch) | |
tree | b6d9172da1687a88d4f46850c8241f53edcb0c10 /.github/workflows | |
parent | 394948e2cf39c44618dce16a288905bab581c611 (diff) | |
download | subsurface-13a11546500a6ad5c7fa2d45aa0c379db345c43b.tar.gz |
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>
Diffstat (limited to '.github/workflows')
-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" |