Skip to content

Commit 1a3a54b

Browse files
authored
Update assemble_toolkit.yml
1 parent ab6890d commit 1a3a54b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/assemble_toolkit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ jobs:
3434
files: |
3535
Toolkit.zip
3636
Hash.txt
37+
metadata.json
3738
- name: Update release information file
38-
run: git config --global user.email "gha@github.com"; git config --global user.name "GHActionBot"; git commit -m "Sync release file" last_release_info.txt; git push
39+
run: git config --global user.email "gha@github.com"; git config --global user.name "GHActionBot"; git commit -m "Sync release files" last_release_info.txt metadata.json; git push

0 commit comments

Comments
 (0)