Skip to content

Commit 39104af

Browse files
authored
Merge pull request #9 from sagnik150699/codex/fix-artifact-upload-issue
Fix Windows artifact path
2 parents 7a74fa0 + 5ee19f4 commit 39104af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/upload-artifact@v4
4444
with:
4545
name: windows-app
46-
path: build/windows/runner/Release/
46+
path: build/windows/runner/Release/**
4747

4848
# Step 8: Build Android APK
4949
- name: Build Android APK

0 commit comments

Comments
 (0)