File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 9393 - name : Generate visualization json
9494 run : pushd ruby; bundle exec rake generate_visualization_json; popd
9595 - name : Upload artifacts
96+ id : upload_vis_json
9697 uses : svenstaro/upload-release-action@2.2.1
9798 with :
9899 repo_token : ${{ secrets.GITHUB_TOKEN }}
@@ -104,6 +105,7 @@ jobs:
104105 - name : Generate metadata
105106 run : pushd ruby; bundle exec rake generate_metadata_json; popd
106107 - name : Upload metadata
108+ id : upload_metadata
107109 uses : svenstaro/upload-release-action@2.2.1
108110 with :
109111 repo_token : ${{ secrets.GITHUB_TOKEN }}
@@ -112,6 +114,10 @@ jobs:
112114 tag : ${{ github.ref }}
113115 overwrite : true
114116 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 }}
115121# - name: Trigger interscript.org
116122# uses: peter-evans/repository-dispatch@v1
117123# with:
You can’t perform that action at this time.
0 commit comments