From 5216684a1b1b96f0c101796385daf63d23870bb0 Mon Sep 17 00:00:00 2001 From: steveseguin Date: Mon, 4 Nov 2024 10:11:18 -0500 Subject: [PATCH] try 45 --- .github/workflows/linux-appImage.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/linux-appImage.yml b/.github/workflows/linux-appImage.yml index 45a9b6a..498060e 100644 --- a/.github/workflows/linux-appImage.yml +++ b/.github/workflows/linux-appImage.yml @@ -36,15 +36,15 @@ jobs: name: electron-linux-AppImage path: dist/*.AppImage retention-days: 1 - - - name: Build Electron deb for RPI - run: npm run build:rpideb - + + - name: Build Electron appImage for ARM64 + run: npm run build:arm64 + - name: Archive Artifacts uses: actions/upload-artifact@v3 with: - name: electron-rpi-deb - path: dist/*.deb + name: electron-arm64-AppImage + path: dist/*.AppImage retention-days: 1 - name: Build Electron appImage for RPI