From a8ed9efd7635c08ddebdd18a2c684c23140d613f Mon Sep 17 00:00:00 2001 From: GeoffreyChen777 Date: Sun, 9 Apr 2023 13:08:18 +0100 Subject: [PATCH] Update electron_deploy.yml --- .github/workflows/electron_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/electron_deploy.yml b/.github/workflows/electron_deploy.yml index b850d14f..009fcb0b 100644 --- a/.github/workflows/electron_deploy.yml +++ b/.github/workflows/electron_deploy.yml @@ -220,7 +220,7 @@ jobs: - name: Publish to WinGet uses: vedantmgoyal2009/winget-releaser@v2 with: - identifier: GeoffreyChen.Paperlib + identifier: FutureScholars.Paperlib version: ${{ env.VERSION }} token: ${{ secrets.WINGET_TOKEN }}