We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff0b14 commit 41f2b83Copy full SHA for 41f2b83
.github/workflows/workflow.yml
@@ -225,7 +225,7 @@ jobs:
225
run: |
226
sudo apt-get install rename
227
mv boundingboxeditor-installer-*/* .
228
- find "$PWD"/* -maxdepth 0 -type f -name "BoundingBoxEditor*" -exec rename -f 'y/A-Z/a-z/' {} ";"
+ find "$PWD"/* -maxdepth 0 -type f -name "BoundingBoxEditor*" -exec basename {} ";" | rename -f 'y/A-Z/a-z/'
229
find "$PWD"/* -maxdepth 0 -type d -name "boundingboxeditor-portable-*" -exec zip -r {}.zip {} ";"
230
- name: Release to github
231
uses: softprops/action-gh-release@v1
0 commit comments