From bf2d879e6ed8923b8b792b918148f2b86976fddb Mon Sep 17 00:00:00 2001 From: Christof Ruch Date: Wed, 4 Jan 2023 14:29:10 +0100 Subject: [PATCH] [release] Upload the setup exe, not the BCRMaster.exe, and bump the version number. Publish only on tag. --- .github/workflows/builds-windows.yml | 4 ++-- BCRMaster/setup.iss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/builds-windows.yml b/.github/workflows/builds-windows.yml index 1ff2ddd..ca9a750 100644 --- a/.github/workflows/builds-windows.yml +++ b/.github/workflows/builds-windows.yml @@ -40,7 +40,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - file: builds/BCRMaster/Release/BCRMaster.exe - #tags: true + file: builds/BCRMaster/bcrmaster_setup.exe + tags: true draft: true diff --git a/BCRMaster/setup.iss b/BCRMaster/setup.iss index 1c7d324..9c736fd 100644 --- a/BCRMaster/setup.iss +++ b/BCRMaster/setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "BCRMaster" -#define MyAppVersion "1.0.3" +#define MyAppVersion "1.0.4" #define MyAppPublisher "Christof Ruch Beratungs UG (haftungsbeschraenkt)" #define MyAppURL "https://github.com/christofmuc/BCR2000_Master/" #define MyAppExeName "BCRMaster.exe"