From 2cae14b71c13b7b7c5c2f9ac5697b2b48f5ac08a Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Thu, 1 Apr 2021 19:59:10 +1100 Subject: [PATCH] ci: fixed typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de6dbd058..7a771fd39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: # Package AppImage $DOWNLOAD_TOOL https://github.com/AppImage/AppImageKit/releases/download/12/appimagetool-x86_64.AppImage - chmod_+x appimagetool-x86_64.AppImage + chmod +x appimagetool-x86_64.AppImage VERSION=${GITHUB_SHA::8} ./appimagetool-x86_64.AppImage appdir # Set env variables