From 2ba0bf702bee604e47ca9b59b71811585023ee23 Mon Sep 17 00:00:00 2001 From: "B.Jothin kumar" Date: Tue, 19 Oct 2021 14:30:04 +0530 Subject: [PATCH] Update installer_creation.yml --- .github/workflows/installer_creation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/installer_creation.yml b/.github/workflows/installer_creation.yml index d6df1a6..bb88ba4 100644 --- a/.github/workflows/installer_creation.yml +++ b/.github/workflows/installer_creation.yml @@ -4,6 +4,8 @@ jobs: deb-package-creation: runs-on: ubuntu-latest steps: + - name: Delete previous deb file + run: rm bin/jarvis_deb.deb - name: checkout repository content uses: actions/checkout@v2 - name: setup python