Skip to content

Commit 7728b2c

Browse files
committed
Fix GH action workflow
1 parent 2650985 commit 7728b2c

File tree

10 files changed

+25
-16
lines changed

10 files changed

+25
-16
lines changed

.github/workflows/artifacts.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ jobs:
2323
uses: actions/download-artifact@v4
2424
with:
2525
path: ./artifacts
26-
name: BasicChessEndgames-${{ github.ref_name }}-x86_64.exe
27-
28-
- name: Rename windows artifact
29-
run: mv ./artifacts/BasicChessEndgames.exe ./artifacts/BasicChessEndgames-${{ github.ref_name }}-x86_64.exe
26+
name: BasicChessEndgames-${{ github.ref_name }}-x86_64.zip
3027

3128
- name: Install GitHub CLI
3229
uses: actions/setup-node@v3
@@ -37,4 +34,5 @@ jobs:
3734
run: |
3835
gh release create ${{ github.ref_name }} \
3936
./artifacts/* \
40-
--title "Release ${{ github.ref_name }}"
37+
--title "Release ${{ github.ref_name }}"
38+
--notes-file ReleaseMessage.md

AppImageBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AppDir:
1515
id: com.loloof64.basic_chess_endgames
1616
name: BasicChessEndgames
1717
icon: icon
18-
version: 4.2.12
18+
version: 4.2.13
1919
exec: basicchessendgamestrainer
2020
exec_args: $@
2121
apt:

Basic_chess_endgames.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Desktop Entry]
22
Type=Application
3-
Version=4.2.12
3+
Version=4.2.13
44
Name=BasicChessEndgames
55
Comment=Generate a chess position and play with it
66
Exec=basicchessendgamestrainer

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
## 4.2.12
1+
## 4.2.13
22

33
* Minor fixes
44
* Rename window title in desktop version
55
* Set board reversed by default if player has black side
6-
76
* Showing several errors at once instead of just the first error for scripts
87
* Caution ! The scripts checker does not warn you any more for being too restrictive
98
* We can see predefined variables even when reading at a sample code, but this time -of course- we cannot insert them
@@ -12,6 +11,7 @@
1211
* (bug fix) : script error "parenthesis without expression" made program crash instead of reporting it
1312
* (bug fix) : script error where there's a missing operand made program crash (same for wrong type of operand)
1413
* sometimes we had an error and we could not know on which position it happened
14+
* (Windows) Changed the application icon
1515

1616
## 4.0.148
1717

ReleaseMessage.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
* Minor fixes
2+
* Rename window title in desktop version
3+
* Set board reversed by default if player has black side
4+
* Showing several errors at once instead of just the first error for scripts
5+
* Caution ! The scripts checker does not warn you any more for being too restrictive
6+
* We can see predefined variables even when reading at a sample code, but this time -of course- we cannot insert them
7+
* (bug fix) : script types in some errors were not precise enough : sometimes we missed the piece kind
8+
* (bug fix) : script error "parenthesis without expression" made program crash instead of reporting it
9+
* (bug fix) : script error where there's a missing operand made program crash (same for wrong type of operand)
10+
* sometimes we had an error and we could not know on which position it happened
11+
* (Windows) Changed the application icon

ios/Flutter/Generated.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FLUTTER_APPLICATION_PATH=/home/laurent/Documents/GitHub/basic_chess_endgames
44
COCOAPODS_PARALLEL_CODE_SIGN=true
55
FLUTTER_TARGET=lib/main.dart
66
FLUTTER_BUILD_DIR=build
7-
FLUTTER_BUILD_NAME=4.2.12
7+
FLUTTER_BUILD_NAME=4.2.13
88
FLUTTER_BUILD_NUMBER=17
99
EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386
1010
EXCLUDED_ARCHS[sdk=iphoneos*]=armv7

ios/Flutter/flutter_export_environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export "FLUTTER_APPLICATION_PATH=/home/laurent/Documents/GitHub/basic_chess_endg
55
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
66
export "FLUTTER_TARGET=lib/main.dart"
77
export "FLUTTER_BUILD_DIR=build"
8-
export "FLUTTER_BUILD_NAME=4.2.12"
8+
export "FLUTTER_BUILD_NAME=4.2.13"
99
export "FLUTTER_BUILD_NUMBER=17"
1010
export "DART_OBFUSCATION=false"
1111
export "TRACK_WIDGET_CREATION=true"

macos/Flutter/ephemeral/Flutter-Generated.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FLUTTER_ROOT=/home/laurent/Programmes/Programmation/flutter
33
FLUTTER_APPLICATION_PATH=/home/laurent/Documents/GitHub/basic_chess_endgames
44
COCOAPODS_PARALLEL_CODE_SIGN=true
55
FLUTTER_BUILD_DIR=build
6-
FLUTTER_BUILD_NAME=4.2.12
6+
FLUTTER_BUILD_NAME=4.2.13
77
FLUTTER_BUILD_NUMBER=17
88
DART_OBFUSCATION=false
99
TRACK_WIDGET_CREATION=true

macos/Flutter/ephemeral/flutter_export_environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export "FLUTTER_ROOT=/home/laurent/Programmes/Programmation/flutter"
44
export "FLUTTER_APPLICATION_PATH=/home/laurent/Documents/GitHub/basic_chess_endgames"
55
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
66
export "FLUTTER_BUILD_DIR=build"
7-
export "FLUTTER_BUILD_NAME=4.2.12"
7+
export "FLUTTER_BUILD_NAME=4.2.13"
88
export "FLUTTER_BUILD_NUMBER=17"
99
export "DART_OBFUSCATION=false"
1010
export "TRACK_WIDGET_CREATION=true"

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 4.2.12+18
19+
version: 4.2.13+18
2020

2121
environment:
2222
sdk: '>=3.0.5 <4.0.0'
@@ -51,8 +51,8 @@ dependencies:
5151
antlr4: ^4.13.2
5252
logger: ^2.5.0
5353
http: ^1.2.2
54-
slang: ^4.2.12
55-
slang_flutter: ^4.2.12
54+
slang: ^4.2.13
55+
slang_flutter: ^4.2.13
5656
path_provider: ^2.1.5
5757
path: ^1.9.0
5858
window_manager: ^0.4.3

0 commit comments

Comments
 (0)