Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsmfm committed Jan 19, 2025
1 parent 3af9cb0 commit 7987fb7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,11 @@ jobs:
- run: |
for dir in build/*; do
if [ -f $dir/split-test.exe ]; then
mv $dir/split-test.exe split-test-${dir#build-}.exe
mv $dir/split-test.exe split-test-${dir##build/build-}.exe
else
mv $dir/split-test split-test-${dir#build-}
mv $dir/split-test split-test-${dir##build/build-}
fi
done
ls -la .
tree .
# - uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 7987fb7

Please sign in to comment.