We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fa6ef commit a114c6fCopy full SHA for a114c6f
.github/workflows/build.yml
@@ -102,7 +102,7 @@ env:
102
- path: '*Linux_64bit.AppImage'
103
name: Linux_X86-64_app_image
104
- path: '*Linux_64bit.deb'
105
- name: Linux_64bit.deb
+ name: Linux_64bit_deb
106
- config:
107
name: macOS x86
108
runs-on: macos-13
@@ -146,8 +146,9 @@ env:
146
- path: '*Linux_arm64.zip'
147
name: Linux_arm64_zip
148
- path: '*Linux_arm64.AppImage'
149
+ name: Linux_arm64_app_image
150
- path: '*Linux_arm64.deb'
- name: Linux_arm64.deb
151
+ name: Linux_arm64_deb
152
PAID_RUNNER_BUILD_DATA: |
153
# This system was implemented to allow selective use of paid GitHub-hosted runners, due to the Apple Silicon runner
154
# incurring a charge at that time. Free Apple Silicon runners are now available so the configuration was moved to
0 commit comments