Commit 3101fbe
committed
ci(github-actions): package Linux AppImage as tar.gz in CI
This commit updates the desktop build workflow to archive the Linux AppImage output into a `.tar.gz` file instead of uploading the raw directory. This ensures better compatibility and preservation of file permissions for Linux distributions.
- **ci(github-actions)**: Added steps to list and locate the AppImage build output directory dynamically.
- **ci(github-actions)**: Implemented a packaging step to compress the AppImage directory into `GitHub-Store-linux-x64.tar.gz`.
- **ci(github-actions)**: Updated the `linux-appimage` artifact upload to use the newly created compressed archive.1 parent ba49df4 commit 3101fbe
1 file changed
Lines changed: 37 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
237 | 272 | | |
238 | 273 | | |
239 | 274 | | |
| |||
249 | 284 | | |
250 | 285 | | |
251 | 286 | | |
252 | | - | |
253 | | - | |
| 287 | + | |
| 288 | + | |
254 | 289 | | |
255 | 290 | | |
0 commit comments