diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b116b00d88..67afe2a1be 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,18 +35,18 @@ jobs: # with: # snapcraft_token: ${{ secrets.SNAP_TOKEN }} - #- name: Get snap release asset - # uses: dsaltares/fetch-gh-release-asset@master - # with: - # version: ${{ github.ref }} - # file: - - - name: testing - run: | - echo "PKG_VERSION=$PKG_VERSION" + - name: Get snap release asset + uses: dsaltares/fetch-gh-release-asset@master + with: + version: ${{ github.ref }} + file: bitwarden_${{ env.PKG_VERSION }}_amd64.snap + token: ${{ secrets.GITHUB_TOKEN }} env: PKG_VERSION: ${{ needs.setup.outputs.package_version }} + - name: testing + run: ls -atlh + #- name: Deploy to Snap Store # run: | # snapcraft upload dist/bitwarden_${{ env.PACKAGE_VERSION }}_amd64.snap --release stable diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3535d21b4..b20775b0b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,8 +70,6 @@ jobs: - name: Install Snap uses: samuelmeuli/action-snapcraft@v1 - with: - snapcraft_token: ${{ secrets.SNAP_TOKEN }} - name: Print environment run: | @@ -98,14 +96,10 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Deploy to Snap Store - run: | - snapcraft upload dist/bitwarden_${{ env.PACKAGE_VERSION }}_amd64.snap --release stable - snapcraft logout - windows-signed: runs-on: windows-latest + if: false needs: setup steps: - name: Set up dotnet @@ -206,6 +200,7 @@ jobs: windows-store: runs-on: windows-latest + if: false needs: setup steps: - name: Set up Node @@ -266,6 +261,7 @@ jobs: macos: runs-on: macos-latest + if: false needs: setup steps: - name: Set up Node diff --git a/package.json b/package.json index 0b6d033067..367839a0ae 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "homepage": "https://bitwarden.com", "repository": { "type": "git", - "url": "https://github.com/bitwarden/desktop" + "url": "https://github.com/joseph-flinn/desktop" }, "license": "GPL-3.0", "scripts": { diff --git a/src/package.json b/src/package.json index af22216ae7..8e0243a8ad 100644 --- a/src/package.json +++ b/src/package.json @@ -9,7 +9,7 @@ "main": "main.js", "repository": { "type": "git", - "url": "https://github.com/bitwarden/desktop" + "url": "https://github.com/joseph-flinn/desktop" }, "dependencies": { "@nodert-win10-rs4/windows.security.credentials.ui": "^0.4.4",