We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b04fa commit ecf1741Copy full SHA for ecf1741
1 file changed
.github/workflows/android-arm64.yml
@@ -58,7 +58,7 @@ jobs:
58
uses: softprops/action-gh-release@v2
59
with:
60
tag_name: android-arm64-upstream-${{ steps.upstream_meta.outputs.short_sha }}-${{ github.run_number }}
61
- name: Android arm64 upstream/main ${{ steps.upstream_meta.outputs.short_sha }}
+ name: Android arm64 upstream/${{ steps.upstream_meta.outputs.source_ref }} ${{ steps.upstream_meta.outputs.short_sha }}
62
target_commitish: ${{ github.sha }}
63
prerelease: false
64
generate_release_notes: true
0 commit comments