1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-15 03:14:24 +02:00

QtPBFImagePlugin run-id fetch fix #2

This commit is contained in:
2025-07-06 15:10:42 +02:00
parent 1575fb7e55
commit 20a9bdccd4

View File

@ -25,7 +25,8 @@ jobs:
run: make -j3
- name: Get latest QtPBFImagePlugin run-id
id: runid
run: echo "::set-output name=runid::$(gh run list --repo tumic0/QtPBFImagePlugin --workflow 'OS X' --limit 1 --json databaseId -q '.[0].databaseId')"
run: echo "runid=$(gh run list --repo tumic0/QtPBFImagePlugin --workflow 'OS X' --limit 1 --json databaseId -q '.[0].databaseId')" >> $GITHUB_OUTPUT
env: GH_TOKEN: ${{ github.token }}
- name: Download QtPBFImagePlugin
uses: actions/download-artifact@v4
with: