We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b8721 commit fc9c4f3Copy full SHA for fc9c4f3
.github/workflows/assets.yml
@@ -25,6 +25,14 @@ jobs:
25
working-directory: ./ruby
26
- name: Generate visualization json
27
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
36
- name: Upload artifacts
37
id: upload_vis_json
38
uses: svenstaro/upload-release-action@2.2.1
0 commit comments