Skip to content

Commit 7dfb990

Browse files
committed
ci: remove ext version from name
1 parent 44d6533 commit 7dfb990

File tree

22 files changed

+1
-6
lines changed

22 files changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,10 @@ jobs:
4242
run: |
4343
install-php-extensions ${{ matrix.extension }}
4444
45-
- name: Retrieve extension version
46-
id: extension_version
47-
run: |
48-
php -r 'echo "extension_version=" . phpversion("${{ matrix.extension }}");' >> "$GITHUB_OUTPUT"
49-
5045
- name: Archive extension
5146
uses: actions/upload-artifact@v4
5247
with:
53-
name: ext-${{ matrix.extension }}-v${{ steps.extension_version.outputs.extension_version }}-php-${{ matrix.php_version }}
48+
name: ext-${{ matrix.extension }}-php-${{ matrix.php_version }}
5449
path: ${{ steps.extension_dir.outputs.extension_dir }}/${{ matrix.extension }}.so
5550
retention-days: 1
5651

-574 KB
Binary file not shown.
-582 KB
Binary file not shown.
-638 KB
Binary file not shown.
-1010 KB
Binary file not shown.
-1010 KB
Binary file not shown.
-1.14 MB
Binary file not shown.
-50.3 KB
Binary file not shown.
-50.3 KB
Binary file not shown.
-62.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)