Skip to content

Commit

Permalink
Update installer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek authored Jul 10, 2023
1 parent 01eece3 commit c9476a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
- name: Copy PostgreSQL runtime libraries
run: |
cd "C:/Program Files/PostgreSQL/14/bin"
cp libiconv-2.dll libintl-9.dll liblz4.dll zlib1.dll libpq.dll '${{ github.workspace }}/install/bin'
cp libiconv-2.dll libintl-9.dll liblz4.dll zlib1.dll libpq.dll '${{ github.workspace }}/install/bin/'
cd "C:\openssl"
cp libssl-1_1-x64.dll libcrypto-1_1-x64.dll '${{ github.workspace }}/install/bin'
cp libssl-1_1-x64.dll libcrypto-1_1-x64.dll '${{ github.workspace }}/install/bin/'
shell: bash

- name: Get app version
Expand Down

0 comments on commit c9476a8

Please sign in to comment.