Try uploading renamed apk file

OmarHatem committed Nov 29, 2022 at 14:52 UTC 71989cf6d79e977d772d55b8b5c232db824ef83b
1 file changed +1 -1
.github/workflows/pr_test_build.yml
+1 -1
@@ -142,7 +142,7 @@ jobs:
142 uses: actions/upload-artifact@v3
143 with:
144 name: test-apks-artifacts
145 - path: test-apk/${{ GITHUB_HEAD_REF }}.apk
145 + path: test-apk/${{ $GITHUB_HEAD_REF }}.apk
146
147 - name: Upload Artifact
148 continue-on-error: true