We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac44c42 commit 6dd86f3Copy full SHA for 6dd86f3
.github/workflows/bundle.yml
@@ -25,7 +25,7 @@ jobs:
25
- run: poetry install
26
- run: poetry run pip install pyinstaller
27
- run: poetry run pyinstaller --name scim2-${{ matrix.os }} --onefile scim2_cli/__init__.py
28
- - run: ./dist/scim2
+ - run: ./dist/scim2-${{ matrix.os }}
29
- uses: actions/upload-artifact@v4
30
if: ${{ matrix.os != 'windows-latest' }}
31
with:
0 commit comments