1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-24 12:13:39 +00:00

disabling jobs and changed packages to point to my repo

This commit is contained in:
Joseph Flinn
2021-01-26 23:15:00 +00:00
parent 9df2b42cdf
commit eb36b25c8b
4 changed files with 14 additions and 18 deletions

View File

@@ -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