Skip to content

Commit

Permalink
Kartong: GH actions 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Nov 21, 2024
1 parent 63c40d1 commit b99fbf0
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit b99fbf0

Please sign in to comment.