File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 env :
8181 ARTIFACT_URL : ${{ steps.upload-apk.outputs.artifact-url }}
8282 run : |
83- encoded=$(printf '%s' "$ARTIFACT_URL" | jq -sRr @uri)
84- echo "url=https://api.qrserver.com/v1/create-qr-code/?size=220x220&margin=8&data=$encoded" >> "$GITHUB_OUTPUT"
85-
83+ sudo apt-get -y install qrencode
84+ qrencode -t UTF8 "$ARTIFACT_URL" >> "$GITHUB_OUTPUT"
8685 - name : Comment PR
8786 if : ${{ steps.check-secrets.outputs.ok == 'true' }}
8887 uses : thollander/actions-comment-pull-request@e4a76dd2b0a3c2027c3fd84147a67c22ee4c90fa
9998 | **Version** | `${{ github.event.number }}` |
10099 | **Available until** | 7 days after this build |
101100
102- <img alt="QR code for the download link" src=" ${{ steps.qr.outputs.url }}" width="180" height="180">
101+ ${{ steps.qr.outputs }}
103102
104103 The QA build installs alongside a released Nextcloud app, so you can keep
105104 using your existing install while testing.
You can’t perform that action at this time.
0 commit comments