mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-16 20: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
|
run: git clone https://github.com/KDAB/android_openssl.git
|
||||||
- name: Get latest QtPBFImagePlugin run-id
|
- name: Get latest QtPBFImagePlugin run-id
|
||||||
id: runid
|
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:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
- name: Download QtPBFImagePlugin
|
- name: Download QtPBFImagePlugin
|
||||||
|
Reference in New Issue
Block a user