Skip to content

Commit fc9c4f3

Browse files
author
webdev778
committed
archive json files as zip
1 parent 24b8721 commit fc9c4f3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/assets.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ jobs:
2525
working-directory: ./ruby
2626
- name: Generate visualization json
2727
run: pushd ruby; bundle exec rake generate_visualization_json; popd
28+
- name: Archive json files from the previous step
29+
uses: thedoctor0/zip-release@master
30+
with:
31+
filename: 'vis_json.zip'
32+
path: ./*.json
33+
directory: ./ruby/vis_json/
34+
exclusions: '*.git*'
35+
type: zip
2836
- name: Upload artifacts
2937
id: upload_vis_json
3038
uses: svenstaro/upload-release-action@2.2.1

0 commit comments

Comments
 (0)