Skip to content

Commit 8af8f28

Browse files
authored
Update build.yml
1 parent bda60cf commit 8af8f28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
name: NevolutionXposed_${{github.ref_name}}_${{github.sha}}.apk
4444
path: ${{steps.sign_app.outputs.signedReleaseFile}}
4545
- name: Prepare release
46-
run: mv ${{steps.sign_app.outputs.signedReleaseFile}} NevolutionXposed_${{github.ref_name}}_${{github.sha}}.apk
46+
run: mv ${{steps.sign_app.outputs.signedReleaseFile}} NevolutionXposed_${{github.ref_name}}.apk
4747
- run: ls -lah
4848
- name: Release apk
4949
if: startsWith(github.ref, 'refs/tags/v')
5050
uses: ncipollo/release-action@v1
5151
with:
52-
artifacts: "NevolutionXposed_${{github.ref_name}}_${{github.sha}}.apk"
52+
artifacts: "NevolutionXposed_${{github.ref_name}}.apk"
5353
token: ${{ github.token }}
5454
allowUpdates: true

0 commit comments

Comments
 (0)