Skip to content

Commit

Permalink
Fixing CI/CD #11
Browse files Browse the repository at this point in the history
  • Loading branch information
nergmada committed Feb 4, 2019
1 parent d325f49 commit 8f2643c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- run: cd cmake-build-release && cp ./eviscerator eviscerator-release
- run: cd cmake-build-release && cp -r ./pddl ./eviscerator-release/pddl
- run: cd cmake-build-release && zip -r -9 eviscerator-release.zip ./eviscerator-release/*
- run: github-release upload --owner nergmada --repo eviscerator --tag ${sh version.sh} --name ${sh version.sh} --body "Pre-release" --token ${GITHUB_TOKEN} --prerelease
workflows:
version: 2
build_and_deploy:
Expand Down
1 change: 1 addition & 0 deletions version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo v1.0.1

0 comments on commit 8f2643c

Please sign in to comment.