From cae619c888434e5ca665e8d9d2f1b9eebb892b8a Mon Sep 17 00:00:00 2001 From: Marvin Menzerath Date: Tue, 17 Aug 2021 21:35:05 +0200 Subject: [PATCH] fix: select files in subdirectory as release artifacts --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a91678..7e9be24 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,4 +48,4 @@ jobs: - name: upload artifacts to release uses: softprops/action-gh-release@v1 with: - files: build/* + files: build/**/*