We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e998bb0 commit 8a261b4Copy full SHA for 8a261b4
.github/workflows/release-build.yml
@@ -4,10 +4,6 @@ on:
4
release:
5
types: [published]
6
7
-env:
8
- BUILD_CONFIG: ${{ matrix.build-type }}${{ matrix.is-cncnet-yr }}${{ matrix.is-hardened }}
9
- ARCHIVE_NAME: CnCNet-Spawner${{ matrix.is-cncnet-yr }}${{ matrix.is-hardened }}-${{ github.ref_name }}.zip
10
-
11
jobs:
12
build:
13
runs-on: windows-2019
@@ -18,6 +14,10 @@ jobs:
18
14
is-cncnet-yr: ['', -CnCNetYR]
19
15
is-hardened: ['', -Hardened]
20
16
17
+ env:
+ BUILD_CONFIG: ${{ matrix.build-type }}${{ matrix.is-cncnet-yr }}${{ matrix.is-hardened }}
+ ARCHIVE_NAME: CnCNet-Spawner${{ matrix.is-cncnet-yr }}${{ matrix.is-hardened }}-${{ github.ref_name }}.zip
+
21
steps:
22
- uses: actions/checkout@v4
23
with:
0 commit comments