Skip to content

Commit

Permalink
Update APK_Release_Nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EldersJavas authored Feb 11, 2021
1 parent 83a3a61 commit fddb8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/APK_Release_Nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
shell: bash
- name: Change APK name
run: |
mv app/build/outputs/apk/release/app-release-unsigned.apk app/build/outputs/apk/release/MCinaBox-${{ runner.os }}-Release-{{$buildtime}}.apk
mv app/build/outputs/apk/release/app-release-unsigned.apk app/build/outputs/apk/release/MCinaBox-${{ runner.os }}-Release-${{ steps.current-time.outputs.formattedTime }}.apk
shell: bash
- name: Upload All Pack
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit fddb8c3

Please sign in to comment.