Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
skarndev committed Apr 11, 2023
1 parent cdae244 commit 49e3d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
sudo apt install zip
python -m pip install --upgrade pip
pip install -r requirements.txt
python build.py --dist build
zip -r umodel_tools.zip build
python build.py
zip -r umodel_tools.zip umodel_tools
- name: Create Release
run: gh release create ${GITHUB_REF#refs/*/} -t ${GITHUB_REF#refs/*/} umodel_tools.zip --generate-notes

0 comments on commit 49e3d5e

Please sign in to comment.