publish releases

This commit is contained in:
2025-12-15 13:08:53 +03:00
parent c4bab31e3b
commit 8d73df8fb8
9 changed files with 19 additions and 152 deletions

View File

@@ -2,7 +2,8 @@ name: Build and Release Packages
on:
push:
branches: [ "master" ]
tags:
- 'v*'
jobs:
build-windows:
@@ -130,8 +131,8 @@ jobs:
- name: Create Release and Upload Assets
uses: ncipollo/release-action@v1
with:
tag: v${{ github.run_number }}
name: Release ${{ github.run_number }}
tag: ${{ github.ref_name }}
name: Release ${{ github.ref_name }}
artifacts: |
artifacts/*.exe
artifacts/*.deb