Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-black-tea committed Sep 1, 2023
1 parent fda6486 commit 69cfb42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
run: |
git config --global user.name '$GITHUB_REPOSITORY_OWNER'
git config --global user.email '[email protected]'
git checkout master
git checkout -b 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
git push origin HEAD:master

0 comments on commit 69cfb42

Please sign in to comment.