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"