Skip to content

Commit 004e3d0

Browse files
authored
Update config.yml
1 parent 92ea5b9 commit 004e3d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ jobs:
129129
working_directory: dorito/build
130130
command: |
131131
ninja package
132-
mkdir ~/project/artifacts
133-
ls ~/project
134-
ls
135-
cp ./Dorito.dmg "~/project/artifacts/Dorito-mac-$CIRCLE_TAG.dmg"
136-
ls ~/project/artifacts
132+
mkdir -v /Users/distiller/project/artifacts
133+
ls -lv /Users/distiller/project
134+
ls -lv
135+
cp /Users/distiller/project/dorito/build/Dorito.dmg /Users/distiller/project/artifacts/Dorito-mac-$CIRCLE_TAG.dmg
136+
ls -lv /Users/distiller/project/dorito/build/Dorito.dmg
137137
138138
- persist_to_workspace:
139139
root: .

0 commit comments

Comments
 (0)