Skip to content

Commit

Permalink
trying again 2 to fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkside138 committed Feb 9, 2018
1 parent 76dbff4 commit 5e897d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circleci/postgres:9.4

working_directory: ~/repo
working_directory: ~/discordSoundboard

environment:
# Customize the JVM maximum heap limit
Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
- run: gradle build

- store_artifacts:
path: ~/repo/distFiles
path: ~/discordSoundboard/build/distributions

0 comments on commit 5e897d6

Please sign in to comment.