Skip to content

Commit

Permalink
Fix invalid winget action reference
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrittmeister committed Oct 27, 2024
1 parent 503324d commit 28ca0dc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,6 @@ jobs:
runs-on: windows-latest
needs: [create_release, build_desktop_app]
steps:
- uses: actions/checkout@v4
name: Download Winget publish action
with:
sparse-checkout: .github
- uses: actions/download-artifact@v4
name: Download Artifacts from Windows
with:
Expand All @@ -353,4 +349,4 @@ jobs:
with:
files: signed/Tonbrett.msix
- name: Upload to winget
uses: ./.github/workflows/winget
uses: DRSchlaubi/tonbrett/.github/workflows/winget@main

0 comments on commit 28ca0dc

Please sign in to comment.