File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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
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]
You can’t perform that action at this time.
0 commit comments