Skip to content

Commit

Permalink
Fixing CI/CD #12
Browse files Browse the repository at this point in the history
  • Loading branch information
nergmada committed Feb 4, 2019
1 parent 8f2643c commit f112f5a
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
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
workflows:
version: 2
build_and_deploy:
Expand Down

0 comments on commit f112f5a

Please sign in to comment.