Skip to content

Commit 2e6300d

Browse files
authored
Update release.yml
test
1 parent 594ce19 commit 2e6300d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
uses: svenstaro/[email protected]
9797
with:
9898
repo_token: ${{ secrets.GITHUB_TOKEN }}
99-
file: ruby/vis_json
100-
asset_name: vis_json
99+
file: ruby/vis_json/*.json
100+
file_glob: true
101101
tag: ${{ github.ref }}
102102
overwrite: true
103103
body: "visualize json of map systems"
@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
repo_token: ${{ secrets.GITHUB_TOKEN }}
110110
file: ruby/metadata.json
111-
asset_name: metadata
111+
asset_name: metadata.json
112112
tag: ${{ github.ref }}
113113
overwrite: true
114114
body: "metadata of all systems"

0 commit comments

Comments
 (0)