We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ae962 commit 7987a6aCopy full SHA for 7987a6a
.github/workflows/pack-libs.yml
@@ -18,7 +18,7 @@ env:
18
19
jobs:
20
build:
21
- name: "Pack Pre-built Lib (${{ matrix.lib }} for ${{ matrix.runner }})"
+ name: "Pack ${{ matrix.lib }} for ${{ matrix.runner }}"
22
runs-on: ${{ matrix.runner }}
23
timeout-minutes: 120
24
strategy:
@@ -162,7 +162,7 @@ jobs:
162
163
- name: "Upload to current release event"
164
if: github.repository == 'static-php/static-php-cli-hosted' && startsWith(github.ref, 'refs/tags/')
165
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
166
with:
167
files: dist/${{ matrix.lib }}-${{ steps.process-env.outputs.ARCH }}-${{ steps.process-env.outputs.OS }}.txz
168
0 commit comments