From afea334ea53675f08aead46ee42dcd1f298c5278 Mon Sep 17 00:00:00 2001 From: apistol78 Date: Mon, 15 Apr 2024 08:52:33 +0200 Subject: [PATCH] Traktor: Reactivated the "Build Installer" step in Windows workflow. --- .github/workflows/build-windows.yml | 14 +++++++------- resources/documentation/markdown/Build Windows.md | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 803b884547..aec19c89c8 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -33,10 +33,10 @@ jobs: name: traktor path: | build/archive/traktor/ -# - name: Create Installer -# run: ./scripts/autobuild/autobuild-installer-win64.bat -# - name: Archive Installer -# uses: actions/upload-artifact@v4 -# with: -# name: Installer -# path: build/installer/Traktor.msi + - name: Create Installer + run: ./scripts/autobuild/autobuild-installer-win64.bat + - name: Archive Installer + uses: actions/upload-artifact@v4 + with: + name: Installer + path: build/installer/Traktor.msi diff --git a/resources/documentation/markdown/Build Windows.md b/resources/documentation/markdown/Build Windows.md index 4b24de2bf8..f994e93f00 100644 --- a/resources/documentation/markdown/Build Windows.md +++ b/resources/documentation/markdown/Build Windows.md @@ -2,7 +2,7 @@ --- 1. Ensure all 3rdp dependencies are installed or updated in the 3rdp directory. -**Note! This will download and install programs automatically (currently Git client, Vulkan and FBX sdk)!** +**Note! This will download and install Vulkan SDK automatically!** ``` .\script\update-3rdp.bat