Skip to content

Commit

Permalink
add upload msi and msm
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Apr 17, 2024
1 parent af35a23 commit b0033c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,14 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: psqlODBC x64 Installer
path: ./installer/x64/*.msi
path: ./installer/x64/*.ms?
retention-days: 5
if-no-files-found: error
- name: Upload x86 installer
uses: actions/upload-artifact@v4
with:
name: psqlODBC x86 Installer
path: ./installer/x86/*.msi
path: ./installer/x86/*.ms?
retention-days: 5
if-no-files-found: error
- name: Upload x64 setup
Expand Down

0 comments on commit b0033c2

Please sign in to comment.