Skip to content

Commit 2be3540

Browse files
committed
ci: fix artifact path
1 parent 39f6ffb commit 2be3540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ jobs:
153153
gh release create ${{ github.ref_name }} \
154154
--title "Release ${{ github.ref_name }}" \
155155
--generate-notes \
156-
artifacts/**/*
156+
artifacts/*

0 commit comments

Comments
 (0)