Skip to content

Commit 79220a4

Browse files
committed
Release v0.6.12
1 parent 956be28 commit 79220a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ jobs:
5151
- name: Verify signature
5252
run: |
5353
${{env.ANDROID_SDK_ROOT}}/build-tools/${{ env.BUILD_TOOLS_VERSION }}/apksigner verify --verbose --print-certs "${{ steps.buildapp.outputs.apk }}"
54+
- name: Copy APK to ${{ env.APK_SHORT_NAME }}
55+
run: |
56+
cp "${{ steps.buildapp.outputs.apk }}" "${{ env.APK_SHORT_NAME }}"
5457
- name: Checksums
5558
run: |
5659
echo "SHA256 checksums:"
5760
sha256sum "${{ steps.buildapp.outputs.apk }}" "${{ env.APK_SHORT_NAME }}"
58-
- name: Copy APK to ${{ env.APK_SHORT_NAME }}
59-
run: |
60-
cp "${{ steps.buildapp.outputs.apk }}" "${{ env.APK_SHORT_NAME }}"
6161
- name: Create GitHub release
6262
uses: ncipollo/release-action@v1
6363
with:

0 commit comments

Comments
 (0)