We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6890d commit 1a3a54bCopy full SHA for 1a3a54b
.github/workflows/assemble_toolkit.yml
@@ -34,5 +34,6 @@ jobs:
34
files: |
35
Toolkit.zip
36
Hash.txt
37
+ metadata.json
38
- name: Update release information file
- 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