We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda60cf commit 8af8f28Copy full SHA for 8af8f28
1 file changed
.github/workflows/build.yml
@@ -43,12 +43,12 @@ jobs:
43
name: NevolutionXposed_${{github.ref_name}}_${{github.sha}}.apk
44
path: ${{steps.sign_app.outputs.signedReleaseFile}}
45
- name: Prepare release
46
- run: mv ${{steps.sign_app.outputs.signedReleaseFile}} NevolutionXposed_${{github.ref_name}}_${{github.sha}}.apk
+ run: mv ${{steps.sign_app.outputs.signedReleaseFile}} NevolutionXposed_${{github.ref_name}}.apk
47
- run: ls -lah
48
- name: Release apk
49
if: startsWith(github.ref, 'refs/tags/v')
50
uses: ncipollo/release-action@v1
51
with:
52
- artifacts: "NevolutionXposed_${{github.ref_name}}_${{github.sha}}.apk"
+ artifacts: "NevolutionXposed_${{github.ref_name}}.apk"
53
token: ${{ github.token }}
54
allowUpdates: true
0 commit comments