diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1085a4e4d..c35f9e51c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: - name: Generate checksum run: | sha256sum app/build/outputs/apk/release/*.apk > app/build/outputs/apk/release/checksums.txt - echo "::notice::$(app/build/outputs/apk/release/checksums.txt)" + echo "::notice::$(cat app/build/outputs/apk/release/checksums.txt)" - name: Create release and upload