mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-14 10:54:24 +02:00
Fixed YAML syntax
This commit is contained in:
3
.github/workflows/osx.yml
vendored
3
.github/workflows/osx.yml
vendored
@ -26,7 +26,8 @@ jobs:
|
|||||||
- 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 'OS X' --limit 1 --json databaseId -q '.[0].databaseId')" >> $GITHUB_OUTPUT
|
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
|
- name: Download QtPBFImagePlugin
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user