From 5f9b4a17d7d355299efadd4fd51b54591b7fdb7f Mon Sep 17 00:00:00 2001 From: DaOfficialWizard <45744329+ZanzyTHEbar@users.noreply.github.com> Date: Sun, 30 Jul 2023 14:43:35 +0100 Subject: [PATCH] ci(ci-fix): fix semantic-relase dependancy --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f18d738..390b757 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,9 +48,9 @@ jobs: uses: JackMcKew/pyinstaller-action-linux@python3.10 with: path: TrackingBackend - - name: Rename Linux Binary - run: | - mv dist/ETVR + #- name: Rename Linux Binary + # run: | + # mv dist/ETVR - uses: actions/upload-artifact@v2 with: name: production-files