diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-10-25 22:07:03 -0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-10-25 22:07:03 -0400 |
commit | d4ce7935404bfd0a048cdbc199dd55517c34eb1a (patch) | |
tree | a514f63781e2aa6b6d257ab4862babe4d0f77204 /.github/workflows/linux-trusty-5.12.yml | |
parent | 2aac5510893343c2154a3af7390c965c96a37797 (diff) | |
download | subsurface-d4ce7935404bfd0a048cdbc199dd55517c34eb1a.tar.gz |
GitHub Actions: fix several errors in previous commits
I have no excuse.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.github/workflows/linux-trusty-5.12.yml')
-rw-r--r-- | .github/workflows/linux-trusty-5.12.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux-trusty-5.12.yml b/.github/workflows/linux-trusty-5.12.yml index 3b10a51d5..b0270d70c 100644 --- a/.github/workflows/linux-trusty-5.12.yml +++ b/.github/workflows/linux-trusty-5.12.yml @@ -37,4 +37,4 @@ jobs: run: | apt-get update apt-get install -y curl - curl --upload-file Subsurface.AppImage "https://transfer.sh/Subsurface.AppImage + curl --upload-file Subsurface.AppImage "https://transfer.sh/Subsurface.AppImage" |