Skip to content

Commit

Permalink
fixing build workflow #5
Browse files Browse the repository at this point in the history
  • Loading branch information
tarach committed Jan 18, 2024
1 parent edb6b76 commit 6e6ca44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install hub command
uses: geertvdc/setup-hub@master

- name: Setup PHP with logs
uses: shivammathur/setup-php@verbose
with:
Expand All @@ -37,7 +40,6 @@ jobs:
# Upload the generated files as assets to the existing release
- name: Upload Release Assets
uses: actions/checkout@v4
run: |
set -x
assets=("sslgen.phar" "sslgen.phar.sha1" "sslgen.phar.sha256")
Expand Down

0 comments on commit 6e6ca44

Please sign in to comment.