- add: automatic version change

This commit is contained in:
2025-05-07 14:55:00 +03:00
parent f3f8df2d3e
commit 64a1a6a9ee
8 changed files with 27 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
name: Publish launcher manifest and files
on:
workflow_dispatch:
# schedule:
# - cron: '0 10 * * *'
push:
tags:
- 'v*'
jobs:
build:
@@ -20,6 +20,8 @@ jobs:
dotnet-version: 9.0.x
- name: Install dependencies
run: dotnet restore
- name: Set version
run: echo "${{ github.ref }}" > ./Nebula.Launcher/Version.txt
- name: Build whole project
run: dotnet build --configuration Release
- name: Package launcher files