From 2c0bcba812f123a15c54db7a476627595e91b366 Mon Sep 17 00:00:00 2001 From: neochaos42 <125705606+neochaos42@users.noreply.github.com> Date: Wed, 16 Apr 2025 22:36:50 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a171e6b..66872206 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -139,10 +139,12 @@ env: container: | null job-transfer-artifact-suffix: ARM_64bit - mergeable-channel-file: 'false' + mergeable-channel-file: 'true' artifacts: - - path: '*ARM_64bit.tar.gz' - name: ARM_64bit_tarball + - path: '*Linux_arm64.zip' + name: Linux_arm64_zip + - path: '*Linux_arm64.AppImage' + name: Linux_arm64_app_image PAID_RUNNER_BUILD_DATA: | # This system was implemented to allow selective use of paid GitHub-hosted runners, due to the Apple Silicon runner # incurring a charge at that time. Free Apple Silicon runners are now available so the configuration was moved to