Skip to content

Commit

Permalink
include-hidden-files to upload .build directory?
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Oct 2, 2024
1 parent ad19fb5 commit 019b171
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
with:
name: artifacts-rootfs
path: .build/*.tar.gz
include-hidden-files: true

drivers:
runs-on: ubuntu-latest
Expand All @@ -72,6 +73,7 @@ jobs:
with:
name: artifacts-drivers
path: .build/*
include-hidden-files: true

launcher:
runs-on: ubuntu-latest
Expand All @@ -92,6 +94,7 @@ jobs:
with:
name: artifacts-launcher
path: .build/*
include-hidden-files: true

build:
runs-on: windows-latest
Expand Down Expand Up @@ -120,6 +123,7 @@ jobs:
with:
name: installer
path: .build/QMK_WSL.*
include-hidden-files: true

- uses: geekyeggo/delete-artifact@v5
with:
Expand Down

0 comments on commit 019b171

Please sign in to comment.