Skip to content

Commit 1531bc4

Browse files
committed
githubci: update release artifact path
Changed the artifact path in the GitHub release step from 'release/*' to 'build/*' to ensure the correct files are included in the release. Signed-off-by: ChihoSin [email protected]
1 parent a173682 commit 1531bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/githubci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Create GitHub Release
2626
uses: softprops/action-gh-release@v2
2727
with:
28-
files: release/*
28+
files: build/*
2929
draft: false
3030
prerelease: false
3131
generate_release_notes: true

0 commit comments

Comments
 (0)