testing snap publish

This commit is contained in:
Joseph Flinn 2021-01-08 23:31:39 +00:00
parent 20dcfe8ad3
commit ecaa04cac5
1 changed files with 3 additions and 3 deletions

View File

@ -270,7 +270,7 @@ jobs:
shell: pwsh
run: |
snap remove bw
./scripts/snap-update.ps1
#./scripts/snap-update.ps1
- name: Publish linux checksum to GitHub
uses: actions/upload-artifact@v2
@ -278,8 +278,8 @@ jobs:
name: bw_${{ env.PACKAGE_VERSION }}_amd64.snap
path: ./dist/snap/bw_${{ env.PACKAGE_VERSION }}_amd64.snap
- name: Snap Logout
run: snapcraft logout
#- name: Snap Logout
# run: snapcraft logout
# This job is independent: it reruns 'npm run build:prod'