Skip to content

Commit 5961774

Browse files
author
Dave Bartolomeo
committed
Include hidden files when uploading Ruby pack
1 parent 6c8780a commit 5961774

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)