Skip to content

Commit

Permalink
fix auto release 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Comand committed Sep 17, 2024
1 parent a2c9bce commit 326b226
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
tags:
- 'v*.*.*' # Trigger only on tags like v1.0.0, v1.1.0, etc.

permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -72,7 +73,7 @@ jobs:
with:
tag_name: ${{ github.ref_name }} # Use the pushed tag as the release tag
files: |
build/untisDSB-ubuntu-latest-amd64
build/untisDSB-windows-latest-amd64
build/ubuntu-latest/amd64/untisDSB
build/windows-latest/amd64/untisDSB
build/untisDSB-ubuntu-latest-amd64/main
build/untisDSB-windows-latest-amd64/main.exe
build/untisDSB-ubuntu-latest-amd64
build/untisDSB-windows-latest-amd64

0 comments on commit 326b226

Please sign in to comment.