From 46d45fd084026751a108f3f34e584d4dfcd2e7bc Mon Sep 17 00:00:00 2001 From: lovegaoshi <106490582+lovegaoshi@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:51:39 -0800 Subject: [PATCH] fix: edge publish --- .github/workflows/release.yml | 5 ++--- azusa-player-mobile | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0120dd6..ccac0e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,10 +76,9 @@ jobs: generate_release_notes: true - name: Edge Publish - uses: wdzeng/edge-addon@v1 + uses: wdzeng/edge-addon@v2 with: product-id: ${{ secrets.EDGE_PRODUCT_ID }} zip-path: NoxPlayer.zip - client-id: ${{ secrets.EDGE_CLIENT_ID }} - client-secret: ${{ secrets.EDGE_CLIENT_SECRET }} + api-key: ${{ secrets.EDGE_API_KEY }} access-token-url: ${{ secrets.EDGE_ACCESS_TOKEN_URL }} diff --git a/azusa-player-mobile b/azusa-player-mobile index 30f08d8..f756fb2 160000 --- a/azusa-player-mobile +++ b/azusa-player-mobile @@ -1 +1 @@ -Subproject commit 30f08d88a072759b904662fb8c35db822b8eec46 +Subproject commit f756fb2b5c01656658534c484a739d87d13953b1