Skip to content

Commit

Permalink
Include hidden files
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartol authored Sep 3, 2024
1 parent b42064c commit 2ad4e30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ruby-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
path: |
${{ runner.temp }}/query-packs/*
retention-days: 1
include-hidden-files: true

package:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -177,6 +178,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
Expand All @@ -194,6 +196,7 @@ jobs:
name: codeql-ruby-bundle
path: ruby/codeql-ruby-bundle.zip
retention-days: 1
include-hidden-files: true

test:
defaults:
Expand Down

0 comments on commit 2ad4e30

Please sign in to comment.