Skip to content

Commit 15a5e20

Browse files
github actions pg18
1 parent acb9e2f commit 15a5e20

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ jobs:
4747
- name: Create Release Archive for PG ${{ matrix.pg_version }}
4848
shell: pwsh
4949
run: |
50-
Compress-Archive -Path pg_fasttransfer.dll, *.sql, *.control, install/install-win.bat -DestinationPath pg_fasttransfer-windows-pg${{ matrix.pg_version }}.zip
51-
50+
$major = "${{ matrix.pg_version }}".Split('.')[0]
51+
Compress-Archive -Path pg_fasttransfer.dll, *.sql, *.control, install/install-win.bat -DestinationPath "pg_fasttransfer-windows-pg$major.zip"
52+
5253
- name: Create or Update GitHub Release
5354
uses: softprops/action-gh-release@v2
5455
with:

0 commit comments

Comments
 (0)