We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8895724 commit 54bb489Copy full SHA for 54bb489
.github/workflows/pack-libs.yml
@@ -134,6 +134,7 @@ jobs:
134
135
- name: "Update latest release of hosted repo"
136
if: github.repository == 'static-php/static-php-cli-hosted' && github.event_name == 'workflow_dispatch'
137
+ shell: bash
138
run: |
139
ref="$(gh release view --repo static-php/static-php-cli-hosted --json tagName --jq '.tagName')"
140
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