mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-01-04 20:39:52 +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."
|
||||
exit 1
|
||||
fi
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
|
||||
|
||||
- name: Get latest run ID for Windows_MSI
|
||||
id: get_windows_run_id
|
||||
@ -39,6 +41,8 @@ jobs:
|
||||
echo "Latest Windows_MSI workflow run failed."
|
||||
exit 1
|
||||
fi
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
|
||||
|
||||
- name: Download Linux_AppImage artifact
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user