Skip to content

Commit

Permalink
Fix release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfillipe committed Nov 13, 2022
1 parent e4b6f24 commit ee7545d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- run:
name: Cloudflare deploy
command: bash .circleci/deploy-cloudflare.sh
- run: godot --export "Windows Desktop" ./build/windows/cluennector.exe
- run: godot --export "Linux/X11" ./build/linux/cluennector
- run: godot --export "Mac OSX" ./build/macos/cluennector.app
- run: godot --export "Windows Desktop" ./build/windows/SpaceExplorer.exe
- run: godot --export "Linux/X11" ./build/linux/SpaceExplorer
- run: godot --export "Mac OSX" ./build/macos/SpaceExplorer.app
- run:
name: Github release
command: bash .circleci/release.sh
Expand Down
8 changes: 4 additions & 4 deletions .circleci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ rm -rf ./html/.git
rm -f ./html/index.php
rm -f ./html/composer.json

zip linux.zip linux/*
zip macos.zip macos/*
zip windows.zip windows/*
zip html5.zip ./html/*
zip -r linux.zip linux/*
zip -r macos.zip macos/*
zip -r windows.zip windows/*
zip -r html5.zip ./html/*
mv *.zip release/

echo "RELEASE VERSION $VERSION"
Expand Down

0 comments on commit ee7545d

Please sign in to comment.