Skip to content

Commit

Permalink
[release] Upload the setup exe, not the BCRMaster.exe, and bump the v…
Browse files Browse the repository at this point in the history
…ersion number. Publish only on tag.
  • Loading branch information
christofmuc committed Jan 4, 2023
1 parent 05fc8d4 commit bf2d879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builds-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion BCRMaster/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bf2d879

Please sign in to comment.