Skip to content

Commit

Permalink
Kartong: GitHub action to build Windows release.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Mar 25, 2024
1 parent eefe7e2 commit 19320a4
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19320a4

Please sign in to comment.