Skip to content

Commit 4549683

Browse files
Numb006claude
andcommitted
ci: cancel in-progress runs on new tag, fix installer version arg, English release body
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 01f417f commit 4549683

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
permissions:
99
contents: write
1010

11+
concurrency:
12+
group: release
13+
cancel-in-progress: true
14+
1115
jobs:
1216
build:
1317
runs-on: windows-latest
@@ -56,7 +60,7 @@ jobs:
5660
run: |
5761
$version = "${{ github.ref_name }}".TrimStart('v')
5862
$iscc = "C:\Program Files (x86)\Inno Setup 6\ISCC.exe"
59-
& $iscc /DMyAppVersion=$version installer\TimeboxBar.iss
63+
& $iscc "/DMyAppVersion=$version" installer\TimeboxBar.iss
6064
shell: pwsh
6165

6266
- name: Create GitHub Release
@@ -69,13 +73,13 @@ jobs:
6973
body: |
7074
## Installation
7175
72-
**Installer (empfohlen):** `TimeboxBar-*-Setup.exe` herunterladen und ausführen.
76+
**Installer (recommended):** Download `TimeboxBar-*-Setup.exe` and run it.
7377
74-
**Portable:** `TimeboxBar-*.zip` entpacken und `TimeboxBar.exe` starten.
78+
**Portable:** Extract `TimeboxBar-*.zip` and start `TimeboxBar.exe`.
7579
76-
> **Windows SmartScreen:** Da die App nicht signiert ist, zeigt Windows beim ersten Start eine Warnung.
77-
> → "Weitere Informationen" klicken → "Trotzdem ausführen"
80+
> **Windows SmartScreen:** Because the app is not code-signed, Windows may show a warning on first launch.
81+
> → Click "More info" → "Run anyway"
7882
79-
## Anforderungen
83+
## Requirements
8084
- Windows 10 / 11
81-
- .NET Framework 4.8 (ist auf Windows 10/11 vorinstalliert)
85+
- .NET Framework 4.8 (pre-installed on Windows 10/11)

0 commit comments

Comments
 (0)