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 7fce4bc commit cbe8025Copy full SHA for cbe8025
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
pip install pyinstaller
53
54
- name: Build binary
55
- run: python scripts/build_binaries.py
+ run: python scripts/build_binaries.py --platform ${{ matrix.platform }}
56
57
- name: Upload artifacts
58
uses: actions/upload-artifact@v4
@@ -92,7 +92,6 @@ jobs:
92
run: |
93
mkdir -p dist
94
find artifacts -name "casbin-python-cli-*" -type f -exec cp {} dist/ \;
95
- ls -la dist/
96
97
- name: Semantic Release
98
env:
0 commit comments