From 28ca0dcc053d9cbd60a79146e6035bf65dd16b23 Mon Sep 17 00:00:00 2001 From: michaelrittmeister Date: Sun, 27 Oct 2024 12:36:15 -0700 Subject: [PATCH] Fix invalid winget action reference --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f160320..3b8b135 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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