Skip to content

Commit

Permalink
adjust nuitka-compile github actions after removing the "3" suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
NavidSassan committed Aug 23, 2023
1 parent 0b40df7 commit b1686b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/nuitka-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b1686b7

Please sign in to comment.