Skip to content

Commit

Permalink
Fixing CI/CD #13
Browse files Browse the repository at this point in the history
nergmada committed Feb 4, 2019
1 parent f112f5a commit 1950f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -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
workflows:
version: 2
build_and_deploy:

0 comments on commit 1950f0a

Please sign in to comment.