Skip to content

Commit

Permalink
Oprava workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubMelka committed Jul 3, 2024
1 parent 771c868 commit 432c9f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CreateReleaseDraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 432c9f2

Please sign in to comment.