Skip to content

Commit

Permalink
CI: use dev as version
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Apr 8, 2021
1 parent 003d477 commit 93bb8ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
cd build
cmake .. -GXcode -DTOOLS=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$(pwd) -DCAVEPACKER=OFF -DUNITTESTS=OFF
xcodebuild build -target install -project caveproductions.xcodeproj CODE_SIGNING_REQUIRED=NO -configuration Release
../contrib/scripts/create_dmg.sh caveexpress 2.5 $(pwd)/.. $(pwd)
../contrib/scripts/create_dmg.sh caveexpress dev $(pwd)/.. $(pwd)
- name: Upload the caveexpress artifacts
uses: actions/upload-artifact@v2
with:
name: caveexpress
path: "build/caveexpress 2.5.dmg"
path: "build/caveexpress dev.dmg"

linux:
runs-on: ubuntu-20.04
Expand Down
3 changes: 3 additions & 0 deletions docs/caveexpress/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,7 @@ Version 2.4 (2016-02-18)
* Banana powerup - you can carry more than one package with it

Version 2.5 (not yet released)
* Updated box2d
* Updated lua
* UTF8 support
* Fixed missing window resize events
1 change: 1 addition & 0 deletions docs/cavepacker/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ Version 1.5 (not yet released)
* UTF8 support
* Added intro windows for tutorial puzzles
* Removed skip puzzle feature for multiplayer games
* Updated lua

0 comments on commit 93bb8ff

Please sign in to comment.