Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit cae619c

Browse files
committed
fix: select files in subdirectory as release artifacts
1 parent bae7cb7 commit cae619c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
- name: upload artifacts to release
4949
uses: softprops/action-gh-release@v1
5050
with:
51-
files: build/*
51+
files: build/**/*

0 commit comments

Comments
 (0)