Skip to content

Commit

Permalink
fix: edge publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Jan 24, 2025
1 parent 155e69c commit 46d45fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 46d45fd

Please sign in to comment.