From b99fbf09b273a3c289d081b76f36f6402dce254e Mon Sep 17 00:00:00 2001 From: apistol78 Date: Thu, 21 Nov 2024 11:59:18 +0100 Subject: [PATCH] Kartong: GH actions 4. --- .github/workflows/build-windows.yml | 30 +++++++++++++---------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index b2f0f11..f0c3842 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -12,6 +12,19 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Install NSIS + uses: repolevedavaj/install-nsis@v1.0.1 + with: + nsis-version: '3.10' + + - name: Print NSIS version + run: makensis -VERSION + + - name: Install Blender + uses: moguri/setup-blender@v1 + with: + blender-version: '4.0' + - name: Download artifact from Traktor uses: benday-inc/download-latest-artifact@main with: @@ -27,26 +40,9 @@ jobs: - name: Extract Traktor run: powershell Expand-Archive ${{ github.workspace }}/temp/traktor.zip -DestinationPath ${{ github.workspace }}/traktor - - name: Install Blender - uses: moguri/setup-blender@v1 - with: - blender-version: '4.0' - - name: Build run: ./scripts/autobuild-win64.bat - - name: Install Scoop - run: powershell Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh') - - - name: Scoop - Add Extras - run: scoop bucket add extras - - - name: Scoop - Install NSIS - run: scoop install nsis - - - name: Print NSIS version - run: makensis -VERSION - - name: Installer uses: joncloud/makensis-action@v4.1 with: