Skip to content

Commit ec2848f

Browse files
author
webdev778
committed
bug fix
1 parent b5e9038 commit ec2848f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/assets.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
file_glob: true
4242
tag: ${{ github.ref }}
4343
overwrite: true
44-
body: "visualize json of map systems"
4544
- name: Generate metadata
4645
run: pushd ruby; bundle exec rake generate_metadata_json; popd
4746
- name: Archive metadata from the previous step
@@ -58,10 +57,9 @@ jobs:
5857
with:
5958
repo_token: ${{ secrets.GITHUB_TOKEN }}
6059
file: ruby/metadata.zip
61-
asset_name: metadata.json
60+
asset_name: metadata.json.zip
6261
tag: ${{ github.ref }}
6362
overwrite: true
64-
body: "metadata of all systems"
6563
- name: Output link
6664
run: |
6765
echo ${{ steps.upload_vis_json.outputs.browser_download_url }}

0 commit comments

Comments
 (0)