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:
3
.github/workflows/osx.yml
vendored
3
.github/workflows/osx.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user