From c41879265314fd64686aee8af0f4571a8633f91a Mon Sep 17 00:00:00 2001 From: trev Date: Tue, 18 Mar 2025 21:52:00 -0400 Subject: [PATCH] fix: select all build files --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9313f5f..83626ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,4 +26,5 @@ jobs: - name: Create release uses: softprops/action-gh-release@v2 with: - files: build/. \ No newline at end of file + files: |- + build/** \ No newline at end of file