Skip to content

Commit

Permalink
update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-black-tea committed Sep 1, 2023
1 parent c17a495 commit fda6486
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,12 @@ jobs:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: dist/
- name: Commit and push changes
run: |
git config --global user.name '$GITHUB_REPOSITORY_OWNER'
git config --global user.email '[email protected]'
git checkout master
git add src/linktools/assets/frida.js
git add src/linktools/assets/android-tools.json src/linktools/assets/android-tools.apk
git commit -m "Auto commit artifacts (${{ steps.previoustag.outputs.tag }})"
git push origin master
2 changes: 1 addition & 1 deletion src/linktools/assets/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ GENERAL_TOOL_CHROMEDRIVER:
# sib
############################################################################################
GENERAL_TOOL_SIB:
version: 1.3.10-20230404
version: 1.3.15-20230831
download_url:
case:
- when: { system: darwin, machine: arm64 }
Expand Down

0 comments on commit fda6486

Please sign in to comment.