Skip to content

Commit aa7d7ff

Browse files
committed
fix release.yml
1 parent c82c095 commit aa7d7ff

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
php-version: 8.0
2626

2727
- name: Build phar
28-
run:
29-
make -C cli
30-
mv cli/ssh-verify.phar bin/ssh-verify
28+
run: make -C cli
3129

3230
- name: Release
3331
uses: softprops/action-gh-release@v2

bin/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ssh-verify

0 commit comments

Comments
 (0)