Skip to content

Commit eaddd76

Browse files
committed
Fix output file names
1 parent 4cf387e commit eaddd76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/upload-artifact@v4
6969
with:
7070
name: pagertree-${{ matrix.os == 'ubuntu-latest' && 'linux' || 'windows' }}-${{ env.VERSION }}
71-
path: dist/pagertree-${{ matrix.os == 'ubuntu-latest' && 'linux' || 'windows' }}${{ matrix.os == 'windows-latest' && '.exe' || '' }}
71+
path: dist/pagertree${{ matrix.os == 'windows-latest' && '.exe' || '' }}
7272

7373
# Publish to GitHub Releases (only on push to main)
7474
- name: Create Release

0 commit comments

Comments
 (0)