Skip to content

Update the terms "Character", "NPC" and "Actor" in the Swedish transl… #20

Update the terms "Character", "NPC" and "Actor" in the Swedish transl…

Update the terms "Character", "NPC" and "Actor" in the Swedish transl… #20

Workflow file for this run

name: Release
on:
push:
tags:
- openmw-**
jobs:
Windows:
uses: ./.github/workflows/windows.yml
with:
image: "2022"
build-type: Release
package: true
release: true
secrets: inherit
MacOS:
strategy:
fail-fast: true
matrix:
args:
- image: macos-15
- image: macos-15-intel
uses: ./.github/workflows/macos.yml
with:
image: ${{ matrix.args.image }}
build-type: Release