Skip to content

Commit ae3f3d0

Browse files
author
Dave Bartolomeo
authored
Merge pull request github#17419 from github/dbartol/cherry-pick-ruby
Fix upload in Ruby build
2 parents 7828116 + 5961774 commit ae3f3d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ruby-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
path: |
141141
${{ runner.temp }}/query-packs/*
142142
retention-days: 1
143+
include-hidden-files: true
143144

144145
package:
145146
runs-on: ubuntu-latest
@@ -176,6 +177,7 @@ jobs:
176177
name: codeql-ruby-pack
177178
path: ruby/codeql-ruby.zip
178179
retention-days: 1
180+
include-hidden-files: true
179181
- uses: actions/download-artifact@v3
180182
with:
181183
name: codeql-ruby-queries
@@ -193,6 +195,7 @@ jobs:
193195
name: codeql-ruby-bundle
194196
path: ruby/codeql-ruby-bundle.zip
195197
retention-days: 1
198+
include-hidden-files: true
196199

197200
test:
198201
defaults:

0 commit comments

Comments
 (0)