From b1686b7e6226774e7a1585ad26d7df3e13729e0f Mon Sep 17 00:00:00 2001 From: Navid Sassan Date: Wed, 23 Aug 2023 09:39:44 +0200 Subject: [PATCH] adjust nuitka-compile github actions after removing the "3" suffix --- .github/workflows/nuitka-compile.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/nuitka-compile.yml b/.github/workflows/nuitka-compile.yml index 1d04f08f..f8a01c72 100644 --- a/.github/workflows/nuitka-compile.yml +++ b/.github/workflows/nuitka-compile.yml @@ -117,10 +117,6 @@ jobs: echo "dir: $dir" echo cp -rv $dir* /c/output/ cp -rv $dir* /c/output/ - file=$(basename $dir | sed 's/\.dist//') - echo "file: $file" - echo mv "/c/output/${file}3.exe" "/c/output/${file}.exe" - mv "/c/output/${file}.exe" "/c/output/${file}.exe" done - name: 'upload the output as monitoring-plugins'