Skip to content

Commit

Permalink
Fixing CI/CD #14
Browse files Browse the repository at this point in the history
  • Loading branch information
nergmada committed Feb 4, 2019
1 parent 1950f0a commit f144e9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +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
- run: github-release upload --owner nergmada --repo eviscerator --tag `sh version.sh` --name `sh version.sh` --body "Pre-release" --token ${GITHUB_TOKEN} --prerelease "cmake-build-release/eviscerator-release.zip"
workflows:
version: 2
build_and_deploy:
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
echo v1.0.1
echo v1.0.11

0 comments on commit f144e9c

Please sign in to comment.