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 1010
1111 strategy :
1212 matrix :
13- build-type : [Release] # [Debug, DevBuild, Release]
14- is-cncnet-yr : ['' , -CnCNetYR]
15- is-hardened : ['' , -Hardened]
13+ build-type : [Release] # [Debug, DevBuild, Release]
14+ is-cncnet-yr : ["" , -CnCNetYR]
15+ is-hardened : ["" , -Hardened]
1616
1717 env :
1818 BUILD_CONFIG : ${{ matrix.build-type }}${{ matrix.is-cncnet-yr }}${{ matrix.is-hardened }}
3131
3232 - name : Create an Archive for the Release
3333 run : >
34- 7z a ${{ env.ARCHIVE_NAME }}.zip
34+ 7z a ${{ env.ARCHIVE_NAME }}
3535 ./LICENSE.md
3636 ./${{ env.BUILD_CONFIG }}/CnCNet-Spawner.dll
3737 ${{!contains(env.BUILD_CONFIG, 'Hardened') && format('./{0}/CnCNet-Spawner.pdb', env.BUILD_CONFIG)}}
4141 with :
4242 append_body : true
4343 files : ${{ env.ARCHIVE_NAME }}
44-
You can’t perform that action at this time.
0 commit comments