Skip to content

Commit 49e3d5e

Browse files
committed
update release workflow
1 parent cdae244 commit 49e3d5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
sudo apt install zip
1919
python -m pip install --upgrade pip
2020
pip install -r requirements.txt
21-
python build.py --dist build
22-
zip -r umodel_tools.zip build
21+
python build.py
22+
zip -r umodel_tools.zip umodel_tools
2323
2424
- name: Create Release
2525
run: gh release create ${GITHUB_REF#refs/*/} -t ${GITHUB_REF#refs/*/} umodel_tools.zip --generate-notes

0 commit comments

Comments
 (0)