Skip to content

Commit 9450eca

Browse files
committed
Change the output filenames
1 parent aba9c85 commit 9450eca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
run: |
5555
pyinstaller pagertree.spec
5656
if [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
57-
mv dist/pagertree dist/pagertree-linux
57+
mv dist/pagertree dist/pagertree
5858
elif [ "${{ matrix.os }}" = "windows-latest" ]; then
59-
mv dist/pagertree.exe dist/pagertree-windows.exe
59+
mv dist/pagertree.exe dist/pagertree.exe
6060
fi
6161
shell: bash # Use bash for consistent scripting across OSes
6262

@@ -85,7 +85,7 @@ jobs:
8585
draft: false
8686
prerelease: false
8787
files: |
88-
dist/pagertree-linux
89-
dist/pagertree-windows.exe
88+
dist/pagertree
89+
dist/pagertree.exe
9090
env:
9191
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)