fix: detect version based on the architecture (#950)

This commit is contained in:
Baptiste Augrain
2021-12-18 02:58:54 +01:00
committed by GitHub
parent 99840540ac
commit 3b6954231f
2 changed files with 9 additions and 3 deletions

View File

@@ -113,6 +113,8 @@ jobs:
- name: Check version
run: ./stores/snapcraft/check_version.sh
env:
SNAP_STORE_LOGIN: ${{ secrets.SNAP_STORE_LOGIN }}
- uses: docker/setup-qemu-action@v1
if: env.SHOULD_DEPLOY == 'yes'