From ba78222c03fb6741ac0dcfc793f663d79f9d048e Mon Sep 17 00:00:00 2001 From: Xmader Date: Fri, 30 Oct 2020 15:00:58 -0400 Subject: [PATCH] chore: github action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67c7bc5..dfb0bde 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: with: cmd: sign source: dist/ext.zip - channel: unlisted + channel: listed apiKey: ${{ secrets.AMO_SIGN_KEY }} apiSecret: ${{ secrets.AMO_SIGN_SECRET }}