We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4e950 commit c6dc303Copy full SHA for c6dc303
.github/workflows/build.yml
@@ -139,10 +139,12 @@ env:
139
container: |
140
null
141
job-transfer-artifact-suffix: ARM_64bit
142
- mergeable-channel-file: 'false'
+ mergeable-channel-file: 'true'
143
artifacts:
144
- - path: '*ARM_64bit.tar.gz'
145
- name: ARM_64bit_tarball
+ - path: '*Linux_arm64.zip'
+ name: Linux_arm64_zip
146
+ - path: '*Linux_arm64.AppImage'
147
+ name: Linux_arm64_app_image
148
PAID_RUNNER_BUILD_DATA: |
149
# This system was implemented to allow selective use of paid GitHub-hosted runners, due to the Apple Silicon runner
150
# incurring a charge at that time. Free Apple Silicon runners are now available so the configuration was moved to
0 commit comments