From 01c236c86e0cec24f6584a48f0f3f9e842ecf53a Mon Sep 17 00:00:00 2001 From: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com> Date: Fri, 22 Jan 2021 11:50:04 -0800 Subject: [PATCH] fixing the snap upload problem (#657) --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b8b605370..5603b3ab0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,9 +100,8 @@ jobs: - name: Deploy to Snap Store run: | - ./scripts/snap-update.ps1 -version $env:PACKAGE_VERSION + snapcraft upload dist/bitwarden_${{ env.PACKAGE_VERSION }}_amd64.snap --release stable snapcraft logout - shell: pwsh windows: