Skip to content

Commit

Permalink
Fixed broken phar builds
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Nov 9, 2023
1 parent a6ac7ba commit 523741a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: "Validate Flow PHAR"
run: |
./build/flow.phar --version
./build/flow.phar examples/topics/transformations/array_expand.php
./build/flow.phar run examples/topics/transformations/array_expand.php
- name: "Prepare artifact name"
if: ${{ github.event_name == 'push' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: "Validate Flow PHAR"
run: |
./build/flow.phar --version
./build/flow.phar examples/topics/transformations/array_expand.php
./build/flow.phar run examples/topics/transformations/array_expand.php
- name: "Import GPG Key"
uses: crazy-max/ghaction-import-gpg@72b6676b71ab476b77e676928516f6982eef7a41
Expand Down

0 comments on commit 523741a

Please sign in to comment.