Skip to content

Commit

Permalink
Merge pull request #17368 from github/dbartol/ruby-hidden
Browse files Browse the repository at this point in the history
Include hidden files when uploading Ruby pack
  • Loading branch information
dbartol authored Sep 3, 2024
2 parents 62766f6 + 36c71a9 commit ea08777
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 @@ -140,6 +140,7 @@ jobs:
path: |
${{ runner.temp }}/query-packs/*
retention-days: 1
include-hidden-files: true

package:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -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
Expand All @@ -193,6 +195,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 ea08777

Please sign in to comment.