]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build: more style fixes for AppImage build
authorDaniel Wagner <dwagner@suse.de>
Thu, 31 Aug 2023 11:39:40 +0000 (13:39 +0200)
committerDaniel Wagner <dwagner@suse.de>
Thu, 31 Aug 2023 11:39:40 +0000 (13:39 +0200)
Signed-off-by: Daniel Wagner <dwagner@suse.de>
.github/workflows/appimage.yml

index caa373e3aedc2972a75657531627da56e4f1caed..3cb73f977f852575a969d2c14b911fad5233871a 100644 (file)
@@ -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