Skip to content

Commit 4cf387e

Browse files
committed
Fixing output file commands
1 parent 9450eca commit 4cf387e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ jobs:
5353
- name: Build executable
5454
run: |
5555
pyinstaller pagertree.spec
56-
if [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
57-
mv dist/pagertree dist/pagertree
58-
elif [ "${{ matrix.os }}" = "windows-latest" ]; then
59-
mv dist/pagertree.exe dist/pagertree.exe
60-
fi
6156
shell: bash # Use bash for consistent scripting across OSes
6257

6358
# Version the build (using git tag or commit SHA)

0 commit comments

Comments
 (0)