Skip to content

Commit

Permalink
Traktor: Archive installer as artifact to action.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Feb 26, 2024
1 parent 9aa0f87 commit b1ef75c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ jobs:
run: ./bin/latest/win64/releaseshared/Traktor.Run.App ./scripts/unittest/UnitTest.run
- 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

0 comments on commit b1ef75c

Please sign in to comment.