From 6e30a9fb44fc446ab586827ad8913b3a59088817 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Thu, 31 Aug 2023 13:39:40 +0200 Subject: [PATCH] build: more style fixes for AppImage build Signed-off-by: Daniel Wagner --- .github/workflows/appimage.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index caa373e3..3cb73f97 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -21,14 +21,14 @@ jobs: run: | scripts/build.sh appimage - name: build AppImage - uses: AppImageCrafters/build-appimage@v1.3 - with: - recipe: .github/AppImageBuilder.yml - - uses: actions/upload-artifact@v3 - name: upload artifacts to github - with: - name: AppImage - path: '*.AppImage*' + uses: AppImageCrafters/build-appimage@v1.3 + with: + recipe: .github/AppImageBuilder.yml + - uses: actions/upload-artifact@v3 + name: upload artifacts to github + with: + name: AppImage + path: '*.AppImage*' deploy-appimage: name: deploy AppImage -- 2.49.0