Skip to content

Commit 93bb8ff

Browse files
committedApr 8, 2021
CI: use dev as version
1 parent 003d477 commit 93bb8ff

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
 

‎.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
cd build
1818
cmake .. -GXcode -DTOOLS=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$(pwd) -DCAVEPACKER=OFF -DUNITTESTS=OFF
1919
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)
2121
2222
- name: Upload the caveexpress artifacts
2323
uses: actions/upload-artifact@v2
2424
with:
2525
name: caveexpress
26-
path: "build/caveexpress 2.5.dmg"
26+
path: "build/caveexpress dev.dmg"
2727

2828
linux:
2929
runs-on: ubuntu-20.04

‎docs/caveexpress/CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,7 @@ Version 2.4 (2016-02-18)
118118
* Banana powerup - you can carry more than one package with it
119119

120120
Version 2.5 (not yet released)
121+
* Updated box2d
122+
* Updated lua
121123
* UTF8 support
124+
* Fixed missing window resize events

‎docs/cavepacker/CHANGELOG

+1
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ Version 1.5 (not yet released)
4040
* UTF8 support
4141
* Added intro windows for tutorial puzzles
4242
* Removed skip puzzle feature for multiplayer games
43+
* Updated lua

0 commit comments

Comments
 (0)
Please sign in to comment.