File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
17
17
cd build
18
18
cmake .. -GXcode -DTOOLS=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$(pwd) -DCAVEPACKER=OFF -DUNITTESTS=OFF
19
19
xcodebuild build -target install -project caveproductions.xcodeproj CODE_SIGNING_REQUIRED=NO -configuration Release
20
- ../contrib/scripts/create_dmg.sh caveexpress 2.5 $(pwd)/.. $(pwd)
20
+ ../contrib/scripts/create_dmg.sh caveexpress dev $(pwd)/.. $(pwd)
21
21
22
22
- name : Upload the caveexpress artifacts
23
23
uses : actions/upload-artifact@v2
24
24
with :
25
25
name : caveexpress
26
- path : " build/caveexpress 2.5 .dmg"
26
+ path : " build/caveexpress dev .dmg"
27
27
28
28
linux :
29
29
runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change @@ -118,4 +118,7 @@ Version 2.4 (2016-02-18)
118
118
* Banana powerup - you can carry more than one package with it
119
119
120
120
Version 2.5 (not yet released)
121
+ * Updated box2d
122
+ * Updated lua
121
123
* UTF8 support
124
+ * Fixed missing window resize events
Original file line number Diff line number Diff line change @@ -40,3 +40,4 @@ Version 1.5 (not yet released)
40
40
* UTF8 support
41
41
* Added intro windows for tutorial puzzles
42
42
* Removed skip puzzle feature for multiplayer games
43
+ * Updated lua
You can’t perform that action at this time.
0 commit comments