From d3b40639235d076cbe3f07cd467e015049f5a45d Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Wed, 2 Oct 2024 18:36:43 +0100 Subject: [PATCH] Include-hidden-files to upload .build directory --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a1d891..832d7ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,6 +88,7 @@ jobs: with: name: artifacts path: .build/QMK_MSYS.* + include-hidden-files: true test: runs-on: windows-latest