Skip to content

Commit 8f6d710

Browse files
committed
test release GHA
1 parent 2e6300d commit 8f6d710

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

+6
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
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/[email protected]
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/[email protected]
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:

0 commit comments

Comments
 (0)