Skip to content

Commit

Permalink
Traktor: Reactivated the "Build Installer" step in Windows workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Apr 15, 2024
1 parent cbe5efa commit afea334
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion resources/documentation/markdown/Build Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afea334

Please sign in to comment.