diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8f01282ff..bd251d3dbd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,11 +85,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: List dist - run: ls -alth dist - - name: Deploy to Snap Store - shell: pwsh run: | snapcraft upload dist/bitwarden_${{ env.PACKAGE_VERSION }}_amd64.snap --release stable snapcraft logout