1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-29 03:19:44 +00:00

Run release on tag

This commit is contained in:
Evil Eye 2024-12-11 21:33:14 +01:00
parent da68130c08
commit 239c865eca
2 changed files with 3 additions and 10 deletions

View File

@ -9,9 +9,6 @@ env:
jobs:
Ubuntu:
# TODO remove
if: false
runs-on: ubuntu-latest
steps:
@ -70,9 +67,6 @@ jobs:
# name: build_artifact.7z
MacOS:
# TODO remove
if: false
runs-on: macos-latest
steps:
@ -105,9 +99,6 @@ jobs:
- run: cat "${{ github.workspace }}/CI/github.env" >> $GITHUB_ENV
Windows:
# TODO remove
if: false
needs:
- Output-Envs

View File

@ -1,7 +1,9 @@
name: Release
on:
- push
push:
tags:
- openmw-**
jobs:
Output-Envs: