mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 5 additions and 5 deletions
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…
Add table
Reference in a new issue