Skip to content

Commit 17c496c

Browse files
committed
update package name
1 parent 3546e7a commit 17c496c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- store_artifacts:
4444
path: bin/chip.phar
45-
destination: chip
45+
destination: chip.phar
4646
workflows:
4747
version: 2
4848
build_and_package:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/.idea/
33
/.vscode/
44
/vendor-bin/
5+
*.phar

0 commit comments

Comments
 (0)