Commit a5b910b 1 parent 0a709cb commit a5b910b Copy full SHA for a5b910b
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 64
64
- name : " Rename PHAR with version suffix"
65
65
run : |
66
66
mv nanbando.phar nanbando-php${{ matrix.php-version }}.phar
67
- cp nanbando-php${{ matrix.php-version }}. phar nanbando-php${{ matrix.php-version }}.phar.pubkey
67
+ cp nanbando. phar.pubkey nanbando-php${{ matrix.php-version }}.phar.pubkey
68
68
69
69
- name : " Upload PHAR as artifact"
70
70
uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ To install the application simply download the executable and move it to the glo
5
5
6
6
.. code :: bash
7
7
8
- wget http://nanbando.github.io/core/nanbando.phar
9
- wget http://nanbando.github.io/core/nanbando.phar.pubkey
8
+ wget http://nanbando.github.io/core/nanbando-php{your-version}.phar -O nanbando .phar
9
+ wget http://nanbando.github.io/core/nanbando-php{your-version}.phar.pubkey -O nanbando .phar.pubkey
10
10
chmod +x nanbando.phar
11
11
mv nanbando.phar /usr/local/bin/nanbando
12
12
mv nanbando.phar.pubkey /usr/local/bin/nanbando.pubkey
You can’t perform that action at this time.
0 commit comments