From 19320a45e6944c42362736ab29970871addc66aa Mon Sep 17 00:00:00 2001 From: Anders Pistol Date: Mon, 25 Mar 2024 10:38:18 +0100 Subject: [PATCH] Kartong: GitHub action to build Windows release. --- .github/workflows/build-windows.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 4373dc2..94febd2 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -2,21 +2,28 @@ name: Build Windows on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: build: runs-on: windows-latest steps: - uses: actions/checkout@v3 - - uses: actions/download-artifact@v4 + - name: Install Blender + uses: moguri/setup-blender@v1 + with: + blender-version: '4.0' + - run: blender --version + - name: Download artifact from Traktor + uses: actions/download-artifact@v4 with: - name: Archive github-token: ${{ secrets.GITHUB_TOKEN }} repository: apistol78/traktor + name: traktor path: traktor + run-id: 8417025183 - name: Build run: ./scripts/autobuild-win64.bat - name: Archive