File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 4040 - name : Prepare Artifact
4141 if : env.ARTIFACT_UPLOAD == 'yes'
4242 env :
43- PREMAKE_CONFIG : ${{ matrix.config == 'debug' && 'Debug' || 'Release' }}
44- PREMAKE_BUILD : linux_${{ matrix.arch }}/${{ env.PREMAKE_CONFIG }}
43+ PREMAKE_BUILD : linux_${{ matrix.arch }}/${{ matrix.config == 'debug' && 'Debug' || 'Release' }}
4544 run : |
4645 mkdir -p artifact/${{ env.ARTIFACT_NAME }}/
4746 cp LICENSE.md artifact/${{ env.ARTIFACT_NAME }}/
9493 - name : Prepare Artifact
9594 if : env.ARTIFACT_UPLOAD == 'yes'
9695 env :
97- PREMAKE_CONFIG : ${{ matrix.config == 'debug' && 'Debug' || 'Release' }}
98- PREMAKE_BUILD : windows_${{ matrix.arch }}/${{ env.PREMAKE_CONFIG }}
96+ PREMAKE_BUILD : windows_${{ matrix.arch }}/${{ matrix.config == 'debug' && 'Debug' || 'Release' }}
9997 run : |
10098 mkdir -p artifact/${{ env.ARTIFACT_NAME }}/
10199 cp LICENSE.md artifact/${{ env.ARTIFACT_NAME }}/
You can’t perform that action at this time.
0 commit comments