Skip to content

Commit 6dd86f3

Browse files
committed
chore: fix GHA release filenames, again
1 parent ac44c42 commit 6dd86f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: poetry install
2626
- run: poetry run pip install pyinstaller
2727
- run: poetry run pyinstaller --name scim2-${{ matrix.os }} --onefile scim2_cli/__init__.py
28-
- run: ./dist/scim2
28+
- run: ./dist/scim2-${{ matrix.os }}
2929
- uses: actions/upload-artifact@v4
3030
if: ${{ matrix.os != 'windows-latest' }}
3131
with:

0 commit comments

Comments
 (0)