Skip to content

Commit e3dacb3

Browse files
authored
Update build-stable.yml
1 parent 4210c10 commit e3dacb3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build-stable.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v4
3333

34-
- name: Install dependencies
34+
- name: Compile Citron (Normal)
3535
if: ${{ matrix.optimized == false }}
3636
run: chmod +x ./get-dependencies.sh && ./get-dependencies.sh
3737

38-
- name: Install dependencies
38+
- name: Compile Citron (Optimized)
3939
if: ${{ matrix.optimized == true }}
4040
run: chmod +x ./get-dependencies.sh && ./get-dependencies.sh v3
4141

42-
- name: Compile Citron (Normal)
42+
- name: Make AppImage (Normal)
4343
if: ${{ matrix.optimized == false }}
4444
run: chmod +x ./citron-appimage.sh && ./citron-appimage.sh
4545

46-
- name: Compile Citron (Optimized)
46+
- name: Make AppImage (Optimized)
4747
if: ${{ matrix.optimized == true }}
4848
run: chmod +x ./citron-appimage.sh && ./citron-appimage.sh v3
4949

@@ -53,7 +53,6 @@ jobs:
5353
name: AppImage-${{ matrix.optimized && 'optimized' || 'normal' }}-${{ matrix.arch }}
5454
path: "dist"
5555

56-
5756
release:
5857
if: ${{ github.ref_name == 'main' }}
5958
needs: [build]

0 commit comments

Comments
 (0)