Skip to content

Commit d002aea

Browse files
committed
Update release-build.yml
1 parent 408bc3e commit d002aea

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release-build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
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 }}
@@ -31,7 +31,7 @@ jobs:
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)}}
@@ -41,4 +41,3 @@ jobs:
4141
with:
4242
append_body: true
4343
files: ${{ env.ARCHIVE_NAME }}
44-

0 commit comments

Comments
 (0)