1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-10 01:04:27 +02:00

Fixed YAML syntax

This commit is contained in:
2025-07-06 15:15:31 +02:00
parent 20a9bdccd4
commit 0627d067d2

View File

@ -26,7 +26,8 @@ jobs:
- name: Get latest QtPBFImagePlugin run-id
id: runid
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 }}
env:
GH_TOKEN: ${{ github.token }}
- name: Download QtPBFImagePlugin
uses: actions/download-artifact@v4
with: