Skip to content

Commit 1c8b236

Browse files
committed
Fix
1 parent 66acc5f commit 1c8b236

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/phar.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,9 @@ jobs:
134134
uses: actions/download-artifact@v3
135135
with:
136136
name: phar-file
137-
path: tmp/phpstan.phar
138137

139-
- name: "cp PHAR"
140-
run: cp tmp/phpstan.phar phpstan-dist/phpstan.phar
138+
- name: "mv PHAR"
139+
run: mv phpstan.phar phpstan-dist/phpstan.phar
141140

142141
- name: "Update checksum"
143142
run: echo ${{needs.compiler-tests.outputs.checksum}} > phpstan-dist/.phar-checksum

0 commit comments

Comments
 (0)