From 192a37671fb27c0272b883d0380e6d7ca5bf3e02 Mon Sep 17 00:00:00 2001 From: Attila Gombos Date: Fri, 9 Aug 2024 20:19:35 +0200 Subject: [PATCH] Fix release job --- .github/workflows/test_and_release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 31e676d..3d90faa 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -46,11 +46,15 @@ jobs: runs-on: ubuntu-latest steps: + - name: Checkout repository + uses: actions/checkout@v4 + with: + submodules: true - name: Package and publish uses: EffectiveRange/python-package-github-action@v2 with: use-devcontainer: 'true' container-config: 'armhf-container' - packaging-command: 'pack_python . --all' + debian-dist-type: 'fpm-deb' - name: Release uses: EffectiveRange/version-release-github-action@v1