Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1c8b236

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /