Skip to content

Commit 54bb489

Browse files
authored
Update pack-libs.yml
1 parent 8895724 commit 54bb489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pack-libs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134

135135
- name: "Update latest release of hosted repo"
136136
if: github.repository == 'static-php/static-php-cli-hosted' && github.event_name == 'workflow_dispatch'
137+
shell: bash
137138
run: |
138139
ref="$(gh release view --repo static-php/static-php-cli-hosted --json tagName --jq '.tagName')"
139140
gh release upload "$ref" "dist/${{ matrix.lib }}-${{ steps.process-env.outputs.ARCH }}-${{ steps.process-env.outputs.OS }}.txz" --repo static-php/static-php-cli-hosted --clobber

0 commit comments

Comments
 (0)