mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:39:47 +00:00
Improved job naming
This commit is contained in:
parent
c48037de69
commit
3c5d5b847c
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build_main:
|
||||
name: Build app (Windows [x86, arm64], macOS [arm64, x86], Linux [x86])
|
||||
name: Build app (cross-compilation)
|
||||
|
||||
strategy:
|
||||
fail-fast: true
|
||||
@ -182,7 +182,7 @@ jobs:
|
||||
retention-days: 1
|
||||
|
||||
build_linux_arm64:
|
||||
name: Build app (Linux [arm64])
|
||||
name: Build app (Linux, arm64)
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
Loading…
Reference in New Issue
Block a user