Skip to content

Commit

Permalink
fix pubkey generation
Browse files Browse the repository at this point in the history
  • Loading branch information
wachterjohannes committed Jul 24, 2024
1 parent 0a709cb commit a5b910b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: "Rename PHAR with version suffix"
run: |
mv nanbando.phar nanbando-php${{ matrix.php-version }}.phar
cp nanbando-php${{ matrix.php-version }}.phar nanbando-php${{ matrix.php-version }}.phar.pubkey
cp nanbando.phar.pubkey nanbando-php${{ matrix.php-version }}.phar.pubkey
- name: "Upload PHAR as artifact"
uses: actions/upload-artifact@v2
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ To install the application simply download the executable and move it to the glo

.. code:: bash
wget http://nanbando.github.io/core/nanbando.phar
wget http://nanbando.github.io/core/nanbando.phar.pubkey
wget http://nanbando.github.io/core/nanbando-php{your-version}.phar -O nanbando.phar
wget http://nanbando.github.io/core/nanbando-php{your-version}.phar.pubkey -O nanbando.phar.pubkey
chmod +x nanbando.phar
mv nanbando.phar /usr/local/bin/nanbando
mv nanbando.phar.pubkey /usr/local/bin/nanbando.pubkey
Expand Down

0 comments on commit a5b910b

Please sign in to comment.