From e5d1af49bf68701e5a238d77fa78ce363e36c672 Mon Sep 17 00:00:00 2001 From: qier222 Date: Sun, 3 Apr 2022 16:10:07 +0800 Subject: [PATCH] =?UTF-8?q?revert:=20"fix(ci/build):=20=E6=9A=AB=E6=99=82?= =?UTF-8?q?=E4=B8=8D=E8=A6=81=E7=99=BB=E5=85=A5=20(#1452)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fe660cf1a9646a2846b71c4f6d10aefffcab6386. --- .github/workflows/build.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e28aa0d..a604088 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,9 +39,8 @@ jobs: - name: Install Snapcraft (on Ubuntu) uses: samuelmeuli/action-snapcraft@v1 if: startsWith(matrix.os, 'ubuntu') - # with: - # Disable since the Snapcraft token is currently not working - # snapcraft_token: ${{ secrets.snapcraft_token }} + with: + snapcraft_token: ${{ secrets.snapcraft_token }} - name: Build/release Electron app uses: samuelmeuli/action-electron-builder@v1.6.0