We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf387e commit eaddd76Copy full SHA for eaddd76
1 file changed
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
uses: actions/upload-artifact@v4
69
with:
70
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' || '' }}
+ path: dist/pagertree${{ matrix.os == 'windows-latest' && '.exe' || '' }}
72
73
# Publish to GitHub Releases (only on push to main)
74
- name: Create Release
0 commit comments