From 42b1fd029318f0261986c252d3e8ff161e274742 Mon Sep 17 00:00:00 2001 From: Anirudh Sevugan Date: Mon, 14 Jul 2025 19:19:14 -0500 Subject: [PATCH] Update build-linux.yml --- .github/workflows/build-linux.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 508b8de..90cfb99 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -36,8 +36,8 @@ jobs: build_arm64: runs-on: ubuntu-24.04-arm - #env: - #SNAP_DESTRUCTIVE_MODE: "true" + env: + SNAP_DESTRUCTIVE_MODE: "true" steps: - uses: actions/checkout@v4 @@ -49,17 +49,17 @@ jobs: working-directory: simpliplay # Snapcraft CLI – optional if electron-builder doesn't need it - #- run: sudo snap install snapcraft --classic + - run: sudo snap install snapcraft --classic # Build AppImage for arm64 - run: npx electron-builder --linux AppImage --arm64 working-directory: simpliplay # Upload Snap artifact (keep it for experimental use) - #- uses: actions/upload-artifact@v4 - #with: - #name: linux-arm64-snap - #path: simpliplay/dist/*.snap + - uses: actions/upload-artifact@v4 + with: + name: linux-arm64-snap + path: simpliplay/dist/*.snap # Upload AppImage artifact - uses: actions/upload-artifact@v4