mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-01-06 13:29:50 +01:00
Oprava workflow
This commit is contained in:
parent
771c868d87
commit
432c9f2cf5
4
.github/workflows/CreateReleaseDraft.yml
vendored
4
.github/workflows/CreateReleaseDraft.yml
vendored
@ -27,6 +27,8 @@ jobs:
|
|||||||
echo "Latest Linux_AppImage workflow run failed."
|
echo "Latest Linux_AppImage workflow run failed."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Get latest run ID for Windows_MSI
|
- name: Get latest run ID for Windows_MSI
|
||||||
id: get_windows_run_id
|
id: get_windows_run_id
|
||||||
@ -39,6 +41,8 @@ jobs:
|
|||||||
echo "Latest Windows_MSI workflow run failed."
|
echo "Latest Windows_MSI workflow run failed."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Download Linux_AppImage artifact
|
- name: Download Linux_AppImage artifact
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user