Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyRaga committed Apr 12, 2019
1 parent 28482c5 commit 8693db8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ workflows:
name: Prepare environment for release
command: |
tar zcvf /tmp/artefacts/${CIRCLE_PROJECT_REPONAME}_${BUILD_ARCH}_${BUILD_OS_NAME}.tar.gz -C ./build/dist/ ./${BUILD_EXE_NAME}
filters:
branches:
only: master
# filters:
# branches:
# only: master

# - hackage/upload:
# context: haskell-ci
Expand Down

0 comments on commit 8693db8

Please sign in to comment.