Skip to content

Commit

Permalink
Update assemble_toolkit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
righettod authored Dec 11, 2024
1 parent d139719 commit 4b3214a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/assemble_toolkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ jobs:
files: |
Toolkit.zip
Hash.txt
Metadata.json
- name: Update release information file
run: git config --global user.email "[email protected]"; git config --global user.name "GHActionBot"; git commit -m "Sync release files" last_release_info.txt metadata.json; git push
run: git config --global user.email "[email protected]"; git config --global user.name "GHActionBot"; git commit -m "Sync release file" last_release_info.txt; git push

0 comments on commit 4b3214a

Please sign in to comment.