Skip to content

Commit a114c6f

Browse files
authored
Update build.yml
1 parent 55fa6ef commit a114c6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ env:
102102
- path: '*Linux_64bit.AppImage'
103103
name: Linux_X86-64_app_image
104104
- path: '*Linux_64bit.deb'
105-
name: Linux_64bit.deb
105+
name: Linux_64bit_deb
106106
- config:
107107
name: macOS x86
108108
runs-on: macos-13
@@ -146,8 +146,9 @@ env:
146146
- path: '*Linux_arm64.zip'
147147
name: Linux_arm64_zip
148148
- path: '*Linux_arm64.AppImage'
149+
name: Linux_arm64_app_image
149150
- path: '*Linux_arm64.deb'
150-
name: Linux_arm64.deb
151+
name: Linux_arm64_deb
151152
PAID_RUNNER_BUILD_DATA: |
152153
# This system was implemented to allow selective use of paid GitHub-hosted runners, due to the Apple Silicon runner
153154
# incurring a charge at that time. Free Apple Silicon runners are now available so the configuration was moved to

0 commit comments

Comments
 (0)