Skip to content

Commit 646c2d8

Browse files
Update VAD-compile-and-sign.yml
1 parent e19d8a8 commit 646c2d8

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

.github/workflows/VAD-compile-and-sign.yml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -249,43 +249,6 @@ jobs:
249249
${{ vars.SIGNPATH_OUTPUT_DIR }}\VirtualAudioDriver.sys
250250
${{ vars.SIGNPATH_OUTPUT_DIR }}\VirtualAudioDriver.inf
251251
${{ vars.SIGNPATH_OUTPUT_DIR }}\virtualaudiodriver.cat
252-
253-
- name: Prepare Setup Repository
254-
run: |
255-
git clone https://${{ secrets.READ_REPO }}@github.com/VirtualAudio/Virtual-Driver-Installer.git inno-setup
256-
257-
- name: Prepare Setup
258-
run: |
259-
copy "${{ vars.SIGNPATH_OUTPUT_DIR }}\*" inno-setup\input\
260-
$platform = "${{ matrix.platform }}"
261-
(Get-Content "inno-setup\Setup.iss") |
262-
ForEach-Object { $_ -replace '1.0.0', '${{ env.RELEASE_TAG }}' } |
263-
Set-Content "inno-setup\Setup.iss"
264-
265-
if ($platform -eq 'ARM64') {
266-
(Get-Content "inno-setup\Setup.iss") |
267-
ForEach-Object { $_ -replace 'x64compatible', 'arm64' } |
268-
Set-Content "inno-setup\Setup.iss"
269-
270-
(Get-Content "inno-setup\Setup.iss") |
271-
ForEach-Object { $_ -replace '-x64', '-arm64' } |
272-
Set-Content "inno-setup\Setup.iss"
273-
274-
if (Test-Path "inno-setup\input\Companion\VADSysTray.exe") {Remove-Item "inno-setup\input\Companion\VADSysTray.exe"}
275-
copy "inno-setup\input\Companion\arm64\VADSysTray.exe" "inno-setup\input\Companion\"
276-
}
277-
278-
- name: Compile Installer
279-
uses: Minionguyjpro/[email protected]
280-
with:
281-
path: inno-setup\Setup.iss
282-
options: /O+
283-
284-
- name: Upload Installer as artifact
285-
uses: actions/upload-artifact@v4
286-
with:
287-
name: Installer-${{ matrix.configuration }}-${{ matrix.platform }}
288-
path: inno-setup\output\*.exe
289252
290253
celebrate:
291254
needs: build-and-sign

0 commit comments

Comments
 (0)