File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 93
93
- name : Generate visualization json
94
94
run : pushd ruby; bundle exec rake generate_visualization_json; popd
95
95
- name : Upload artifacts
96
+ id : upload_vis_json
96
97
97
98
with :
98
99
repo_token : ${{ secrets.GITHUB_TOKEN }}
@@ -104,6 +105,7 @@ jobs:
104
105
- name : Generate metadata
105
106
run : pushd ruby; bundle exec rake generate_metadata_json; popd
106
107
- name : Upload metadata
108
+ id : upload_metadata
107
109
108
110
with :
109
111
repo_token : ${{ secrets.GITHUB_TOKEN }}
@@ -112,6 +114,10 @@ jobs:
112
114
tag : ${{ github.ref }}
113
115
overwrite : true
114
116
body : " metadata of all systems"
117
+ - name : Output link
118
+ run : |
119
+ echo ${{ steps.upload_vis_json.outputs.browser_download_url }}
120
+ echo ${{ steps.upload_metadata.outputs.browser_download_url }}
115
121
# - name: Trigger interscript.org
116
122
# uses: peter-evans/repository-dispatch@v1
117
123
# with:
You can’t perform that action at this time.
0 commit comments