We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82c095 commit aa7d7ffCopy full SHA for aa7d7ff
.github/workflows/release.yml
@@ -25,9 +25,7 @@ jobs:
25
php-version: 8.0
26
27
- name: Build phar
28
- run:
29
- make -C cli
30
- mv cli/ssh-verify.phar bin/ssh-verify
+ run: make -C cli
31
32
- name: Release
33
uses: softprops/action-gh-release@v2
bin/.gitignore
@@ -0,0 +1 @@
1
+ssh-verify
0 commit comments