Skip to content

chore(deps): update github/codeql-action action to v3.25.12 #6

chore(deps): update github/codeql-action action to v3.25.12

chore(deps): update github/codeql-action action to v3.25.12 #6

Workflow file for this run

name: Windows installer
on:
push:
branches:
- master
workflow_dispatch: {}
jobs:
installer:
# Only on main repository (don't publish on forks)
if: github.repository_owner == 'halestudio'
name: Build Windows installer
runs-on: windows-latest
steps:
- name: Setup Maven
uses: s4u/setup-maven-action@2f53a7669c7543a045d0bb6c92436df0c5a726f8 # v1.14.0
with:
java-version: 17
java-distribution: temurin
maven-version: 3.9.6
- name: Build installer
run: |
build.bat product -o windows -a x86_64 HALE
shell: cmd
- name: Upload hale studio build (Installer)
id: upload-msi
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: hale studio (Installer)
path: build/target/*.msi
retention-days: 90