Skip to content

Commit

Permalink
Fix GH action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
loloof64 committed Jan 11, 2025
1 parent 2650985 commit 7728b2c
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 16 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: ./artifacts
name: BasicChessEndgames-${{ github.ref_name }}-x86_64.exe

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

- name: Install GitHub CLI
uses: actions/setup-node@v3
Expand All @@ -37,4 +34,5 @@ jobs:
run: |
gh release create ${{ github.ref_name }} \
./artifacts/* \
--title "Release ${{ github.ref_name }}"
--title "Release ${{ github.ref_name }}"
--notes-file ReleaseMessage.md
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.2.12
version: 4.2.13
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.2.12
Version=4.2.13
Name=BasicChessEndgames
Comment=Generate a chess position and play with it
Exec=basicchessendgamestrainer
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
## 4.2.12
## 4.2.13

* Minor fixes
* Rename window title in desktop version
* Set board reversed by default if player has black side

* Showing several errors at once instead of just the first error for scripts
* Caution ! The scripts checker does not warn you any more for being too restrictive
* We can see predefined variables even when reading at a sample code, but this time -of course- we cannot insert them
Expand All @@ -12,6 +11,7 @@
* (bug fix) : script error "parenthesis without expression" made program crash instead of reporting it
* (bug fix) : script error where there's a missing operand made program crash (same for wrong type of operand)
* sometimes we had an error and we could not know on which position it happened
* (Windows) Changed the application icon

## 4.0.148

Expand Down
11 changes: 11 additions & 0 deletions ReleaseMessage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
* Minor fixes
* Rename window title in desktop version
* Set board reversed by default if player has black side
* Showing several errors at once instead of just the first error for scripts
* Caution ! The scripts checker does not warn you any more for being too restrictive
* We can see predefined variables even when reading at a sample code, but this time -of course- we cannot insert them
* (bug fix) : script types in some errors were not precise enough : sometimes we missed the piece kind
* (bug fix) : script error "parenthesis without expression" made program crash instead of reporting it
* (bug fix) : script error where there's a missing operand made program crash (same for wrong type of operand)
* sometimes we had an error and we could not know on which position it happened
* (Windows) Changed the application icon
2 changes: 1 addition & 1 deletion ios/Flutter/Generated.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FLUTTER_APPLICATION_PATH=/home/laurent/Documents/GitHub/basic_chess_endgames
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=lib/main.dart
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=4.2.12
FLUTTER_BUILD_NAME=4.2.13
FLUTTER_BUILD_NUMBER=17
EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386
EXCLUDED_ARCHS[sdk=iphoneos*]=armv7
Expand Down
2 changes: 1 addition & 1 deletion ios/Flutter/flutter_export_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export "FLUTTER_APPLICATION_PATH=/home/laurent/Documents/GitHub/basic_chess_endg
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_TARGET=lib/main.dart"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=4.2.12"
export "FLUTTER_BUILD_NAME=4.2.13"
export "FLUTTER_BUILD_NUMBER=17"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=true"
Expand Down
2 changes: 1 addition & 1 deletion macos/Flutter/ephemeral/Flutter-Generated.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FLUTTER_ROOT=/home/laurent/Programmes/Programmation/flutter
FLUTTER_APPLICATION_PATH=/home/laurent/Documents/GitHub/basic_chess_endgames
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=4.2.12
FLUTTER_BUILD_NAME=4.2.13
FLUTTER_BUILD_NUMBER=17
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
Expand Down
2 changes: 1 addition & 1 deletion macos/Flutter/ephemeral/flutter_export_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export "FLUTTER_ROOT=/home/laurent/Programmes/Programmation/flutter"
export "FLUTTER_APPLICATION_PATH=/home/laurent/Documents/GitHub/basic_chess_endgames"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=4.2.12"
export "FLUTTER_BUILD_NAME=4.2.13"
export "FLUTTER_BUILD_NUMBER=17"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=true"
Expand Down
6 changes: 3 additions & 3 deletions 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.2.12+18
version: 4.2.13+18

environment:
sdk: '>=3.0.5 <4.0.0'
Expand Down Expand Up @@ -51,8 +51,8 @@ dependencies:
antlr4: ^4.13.2
logger: ^2.5.0
http: ^1.2.2
slang: ^4.2.12
slang_flutter: ^4.2.12
slang: ^4.2.13
slang_flutter: ^4.2.13
path_provider: ^2.1.5
path: ^1.9.0
window_manager: ^0.4.3
Expand Down

0 comments on commit 7728b2c

Please sign in to comment.