Skip to content

Commit

Permalink
Update installer.yml #929
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek authored Jul 9, 2023
1 parent 7de0912 commit ba28921
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ jobs:
shell: bash

- name: Copy PostgreSQL runtime libraries
run: cp "/Program Files/PostgreSQL/14/bin/{libiconv-2.dll,libintl-9.dll,liblz4.dll,zlib1.dll,libpq.dll}" '${{ github.workspace }}/install/bin'
run: |
ls "/"
ls "/c"
ls "C:"
cp "/Program Files/PostgreSQL/14/bin/{libiconv-2.dll,libintl-9.dll,liblz4.dll,zlib1.dll,libpq.dll}" '${{ github.workspace }}/install/bin'
shell: bash

- name: Get app version
Expand Down

0 comments on commit ba28921

Please sign in to comment.