Skip to content

Commit cbe8025

Browse files
committed
feat: The updated version shows
1 parent 7fce4bc commit cbe8025

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
pip install pyinstaller
5353
5454
- name: Build binary
55-
run: python scripts/build_binaries.py
55+
run: python scripts/build_binaries.py --platform ${{ matrix.platform }}
5656

5757
- name: Upload artifacts
5858
uses: actions/upload-artifact@v4
@@ -92,7 +92,6 @@ jobs:
9292
run: |
9393
mkdir -p dist
9494
find artifacts -name "casbin-python-cli-*" -type f -exec cp {} dist/ \;
95-
ls -la dist/
9695
9796
- name: Semantic Release
9897
env:

0 commit comments

Comments
 (0)