Skip to content

Commit

Permalink
fix frida-version
Browse files Browse the repository at this point in the history
  • Loading branch information
彤岚 committed Aug 8, 2024
1 parent 7037bf0 commit 6630d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
name: "Hluda ${{ needs.check-version.outputs.FRIDA_VERSION }}"
body: "See https://frida.re/news/ for details."
files: build/release-assets/*
tag_name: "${{ needs.check_version.outputs.FRIDA_VERSION }}"
tag_name: "${{ needs.check-version.outputs.FRIDA_VERSION }}"
prerelease: false

# - name: package build result for Android
Expand Down

0 comments on commit 6630d4d

Please sign in to comment.