mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-14 19:04:23 +02:00
Fixed copy&paste error
This commit is contained in:
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user