Skip to content

Commit 8a261b4

Browse files
committed
Attempt to fix release workflow
1 parent e998bb0 commit 8a261b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
release:
55
types: [published]
66

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-
117
jobs:
128
build:
139
runs-on: windows-2019
@@ -18,6 +14,10 @@ jobs:
1814
is-cncnet-yr: ['', -CnCNetYR]
1915
is-hardened: ['', -Hardened]
2016

17+
env:
18+
BUILD_CONFIG: ${{ matrix.build-type }}${{ matrix.is-cncnet-yr }}${{ matrix.is-hardened }}
19+
ARCHIVE_NAME: CnCNet-Spawner${{ matrix.is-cncnet-yr }}${{ matrix.is-hardened }}-${{ github.ref_name }}.zip
20+
2121
steps:
2222
- uses: actions/checkout@v4
2323
with:

0 commit comments

Comments
 (0)