Skip to content

Commit c86c6f9

Browse files
committed
fixup! wip: windows-release
1 parent 9f73e01 commit c86c6f9

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/archive.ps1

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/windows-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
REPORT_EXIT_STATUS: 1
4343
NO_INTERACTION: 1
4444
- name: Archive
45-
run: .\.github\workflows\archive.ps1
45+
run: Copy-Item "php_${{ env.PHP_EXT }}.dll" "php_${{ env.PHP_EXT }}-${{ env.PHP_EXT_VERSION }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.vs }}-${{ matrix.arch }}.dll"
4646
shell: powershell
4747
- name: Store artifact DLL
4848
uses: actions/upload-artifact@v4
4949
with:
5050
name: php_${{ env.PHP_EXT }}-${{ env.PHP_EXT_VERSION }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.vs }}-${{ matrix.arch }}
51-
path: .\php_${{ env.PHP_EXT }}-${{ env.PHP_EXT_VERSION }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.vs }}-${{ matrix.arch }}.zip
51+
path: .\php_${{ env.PHP_EXT }}-${{ env.PHP_EXT_VERSION }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.vs }}-${{ matrix.arch }}.dll
5252
overwrite: true
5353
strategy:
5454
matrix:

0 commit comments

Comments
 (0)