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