Skip to content

Commit a5b910b

Browse files
fix pubkey generation
1 parent 0a709cb commit a5b910b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/phar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: "Rename PHAR with version suffix"
6565
run: |
6666
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
6868
6969
- name: "Upload PHAR as artifact"
7070
uses: actions/upload-artifact@v2

docs/installation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ To install the application simply download the executable and move it to the glo
55

66
.. code:: bash
77
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
1010
chmod +x nanbando.phar
1111
mv nanbando.phar /usr/local/bin/nanbando
1212
mv nanbando.phar.pubkey /usr/local/bin/nanbando.pubkey

0 commit comments

Comments
 (0)