testing snap upload (kinda)

This commit is contained in:
Joseph Flinn 2021-01-22 19:24:29 +00:00
parent ee1ea1a887
commit 2c4289918f
3 changed files with 11 additions and 5 deletions

View File

@ -54,8 +54,8 @@ jobs:
- name: Install Snap
uses: samuelmeuli/action-snapcraft@v1
with:
snapcraft_token: ${{ secrets.SNAP_TOKEN }}
#with:
# snapcraft_token: ${{ secrets.SNAP_TOKEN }}
- name: Print environment
run: |
@ -82,14 +82,19 @@ 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
#snapcraft logout
windows:
runs-on: windows-latest
if: false
needs: setup
steps:
- name: Set up dotnet
@ -199,6 +204,7 @@ jobs:
macos:
runs-on: macos-latest
if: false
needs: setup
steps:
- name: Set up Node

View File

@ -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": {

View File

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