Skip to content

Commit

Permalink
Fix winget workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Oct 27, 2024
1 parent a967ad4 commit 7d74cb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,9 @@ jobs:
runs-on: windows-latest
needs: [create_release, build_desktop_app]
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: .github
- uses: actions/download-artifact@v4
name: Download Artifacts from Windows
with:
Expand Down

0 comments on commit 7d74cb4

Please sign in to comment.