Skip to content

Commit 7cd327a

Browse files
committed
Upload paths
1 parent 2da71ce commit 7cd327a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ jobs:
7777
uses: actions/upload-artifact@v4
7878
with:
7979
name: ggsql-windows-nsis
80-
path: target/release/packager/*.exe
80+
path: src/target/release/packager/*.exe
8181
retention-days: 30
8282

8383
- name: Upload MSI installer
8484
uses: actions/upload-artifact@v4
8585
with:
8686
name: ggsql-windows-msi
87-
path: target/release/packager/*.msi
87+
path: src/target/release/packager/*.msi
8888
retention-days: 30
8989

9090
build-macos:

0 commit comments

Comments
 (0)