Skip to content

Commit 7987a6a

Browse files
authored
Update pack-libs.yml
1 parent 56ae962 commit 7987a6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pack-libs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818

1919
jobs:
2020
build:
21-
name: "Pack Pre-built Lib (${{ matrix.lib }} for ${{ matrix.runner }})"
21+
name: "Pack ${{ matrix.lib }} for ${{ matrix.runner }}"
2222
runs-on: ${{ matrix.runner }}
2323
timeout-minutes: 120
2424
strategy:
@@ -162,7 +162,7 @@ jobs:
162162

163163
- name: "Upload to current release event"
164164
if: github.repository == 'static-php/static-php-cli-hosted' && startsWith(github.ref, 'refs/tags/')
165-
uses: softprops/action-gh-release@v1
165+
uses: softprops/action-gh-release@v2
166166
with:
167167
files: dist/${{ matrix.lib }}-${{ steps.process-env.outputs.ARCH }}-${{ steps.process-env.outputs.OS }}.txz
168168

0 commit comments

Comments
 (0)