Skip to content

Commit 7b679e0

Browse files
github actions pg18
1 parent 15a5e20 commit 7b679e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ jobs:
4747
- name: Create Release Archive for PG ${{ matrix.pg_version }}
4848
shell: pwsh
4949
run: |
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-
50+
Compress-Archive -Path pg_fasttransfer.dll, *.sql, *.control, install/install-win.bat -DestinationPath pg_fasttransfer-windows-pg${{ matrix.pg_version }}.zip
51+
5352
- name: Create or Update GitHub Release
5453
uses: softprops/action-gh-release@v2
5554
with:

0 commit comments

Comments
 (0)