changing snap publish to specific file

This commit is contained in:
Joseph Flinn 2021-01-11 18:01:54 +00:00
parent e9159081ba
commit dea6138f90
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ jobs:
GITHUB_EVENT: ${{ github.event_name }}
- name: Checksum Snap & Publish Snap
run: snapcraft push ./dist/snap/bw*.snap --release stable
run: snapcraft push ./bw_${{ env.PACKAGE_VERSION }}_amd64.snap --release stable
- name: Snap Logout
run: snapcraft logout