From 36c71a959294be446431e4166355c57967a96d85 Mon Sep 17 00:00:00 2001 From: Dave Bartolomeo Date: Tue, 3 Sep 2024 11:47:02 -0400 Subject: [PATCH] Include hidden files when uploading Ruby pack --- .github/workflows/ruby-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ruby-build.yml b/.github/workflows/ruby-build.yml index cc0944e59096..4a3242ce6041 100644 --- a/.github/workflows/ruby-build.yml +++ b/.github/workflows/ruby-build.yml @@ -140,6 +140,7 @@ jobs: path: | ${{ runner.temp }}/query-packs/* retention-days: 1 + include-hidden-files: true package: runs-on: ubuntu-latest @@ -176,6 +177,7 @@ jobs: name: codeql-ruby-pack path: ruby/codeql-ruby.zip retention-days: 1 + include-hidden-files: true - uses: actions/download-artifact@v3 with: name: codeql-ruby-queries @@ -193,6 +195,7 @@ jobs: name: codeql-ruby-bundle path: ruby/codeql-ruby-bundle.zip retention-days: 1 + include-hidden-files: true test: defaults: