We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9450eca commit 4cf387eCopy full SHA for 4cf387e
1 file changed
.github/workflows/ci.yml
@@ -53,11 +53,6 @@ jobs:
53
- name: Build executable
54
run: |
55
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
61
shell: bash # Use bash for consistent scripting across OSes
62
63
# Version the build (using git tag or commit SHA)
0 commit comments