Skip to content

Commit c6dc303

Browse files
authored
Update build.yml
1 parent 4c4e950 commit c6dc303

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: .github/workflows/build.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,12 @@ env:
139139
container: |
140140
null
141141
job-transfer-artifact-suffix: ARM_64bit
142-
mergeable-channel-file: 'false'
142+
mergeable-channel-file: 'true'
143143
artifacts:
144-
- path: '*ARM_64bit.tar.gz'
145-
name: ARM_64bit_tarball
144+
- path: '*Linux_arm64.zip'
145+
name: Linux_arm64_zip
146+
- path: '*Linux_arm64.AppImage'
147+
name: Linux_arm64_app_image
146148
PAID_RUNNER_BUILD_DATA: |
147149
# This system was implemented to allow selective use of paid GitHub-hosted runners, due to the Apple Silicon runner
148150
# incurring a charge at that time. Free Apple Silicon runners are now available so the configuration was moved to

0 commit comments

Comments
 (0)