Skip to content

Commit

Permalink
rename windows artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
loloof64 committed Nov 23, 2024
1 parent cca817e commit 68fded7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Create installer
run: iscc "windows\inno_setup.iss"

- name: Rename windows artifact
run: mv ./artifacts/BasicChessEndgames.exe ./artifacts/BasicChessEndgames-${{ github.ref_name }}-x86_64.exe

- name: Upload installer artifact
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AppDir:
id: com.loloof64.basic_chess_endgames
name: BasicChessEndgames
icon: icon
version: 4.0.144
version: 4.0.146
exec: basicchessendgamestrainer
exec_args: $@
apt:
Expand Down
2 changes: 1 addition & 1 deletion Basic_chess_endgames.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
Version=4.0.144
Version=4.0.146
Name=BasicChessEndgames
Comment=Generate a chess position and play with it
Exec=basicchessendgamestrainer
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 4.0.144+17
version: 4.0.146+17

environment:
sdk: '>=3.0.5 <4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion windows/inno_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 "Basic Chess Endgames"
#define MyAppVersion "4.0.144"
#define MyAppVersion "4.0.146"
#define MyAppPublisher "Laurent Bernabe"
#define MyAppExeName "basicchessendgamestrainer.exe"

Expand Down

0 comments on commit 68fded7

Please sign in to comment.