File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292 uses : actions/upload-artifact@v4
9393 if : (success() || failure()) && runner.debug == '1'
9494 with :
95- name : ${{ matrix.os }}-compilation-report
95+ name : ${{ matrix.os }}${{ matrix.debug == 1 && '-debug' || '' }} -compilation-report
9696 path : compilation-report.xml
9797 if-no-files-found : warn
9898 - name : Move .ccache
@@ -105,7 +105,7 @@ jobs:
105105 if : matrix.os != 'windows-latest'
106106 uses : actions/upload-artifact@v4
107107 with :
108- name : ${{ matrix.os }}
108+ name : ${{ matrix.os }}${{ matrix.debug == 1 && '-debug' || '' }}
109109 path : dist/codexctl
110110 if-no-files-found : error
111111 - name : Upload executable
@@ -175,7 +175,7 @@ jobs:
175175 uses : actions/upload-artifact@v4
176176 if : runner.debug == '1'
177177 with :
178- name : remarkable-compilation-report
178+ name : remarkable${{ matrix.debug == 1 && '-debug' || '' }} -compilation-report
179179 path : compilation-report.xml
180180 if-no-files-found : warn
181181 - name : Upload executable
You can’t perform that action at this time.
0 commit comments