Skip to content

Commit 492023f

Browse files
committed
Fix path
(References: #42)
1 parent ea19493 commit 492023f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ jobs:
117117
uses: actions/upload-artifact@v4
118118
with:
119119
name: msdki-windows-setup
120-
path: MoonshineSDKInstaller/build/bin/daploy/${{ env.app_name }}-${{ inputs.version }}.exe
120+
path: MoonshineSDKInstaller/build/bin/deploy/${{ env.app_name }}-${{ inputs.version }}.exe
121121
if-no-files-found: error

0 commit comments

Comments
 (0)