From f878e0a6bec21b55900e522fce7c60b8f406684d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 6 Jul 2025 19:15:43 +0200 Subject: [PATCH] Fixed copy&paste error --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 49589965..9c52925f 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -40,7 +40,7 @@ jobs: run: git clone https://github.com/KDAB/android_openssl.git - name: Get latest QtPBFImagePlugin run-id id: runid - run: echo "runid=$(gh run list --repo tumic0/QtPBFImagePlugin --workflow 'Android' --limit 1 --json databaseId -q '.[0].databaseId')" >> $GITHUB_ + run: echo "runid=$(gh run list --repo tumic0/QtPBFImagePlugin --workflow 'Android' --limit 1 --json databaseId -q '.[0].databaseId')" >> $GITHUB_OUTPUT env: GH_TOKEN: ${{ github.token }} - name: Download QtPBFImagePlugin