Skip to content

Commit

Permalink
Merge pull request #38 from Semi-ATE/29-issue
Browse files Browse the repository at this point in the history
Making deb package
  • Loading branch information
seimit authored Aug 21, 2022
2 parents ff9577d + 682f747 commit db95252
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ jobs:
pytest -s
- name: Create debian package
run: |
mkdir dist
cd Metis
make package
cp ../*.deb ../dist/
- name: Rename assets
run:
mv ./dist/*.tar.gz ./dist/metis-server_${GITHUB_REF##*/}_linux_amd64.tar.gz
- name: Upload Release Assets
uses: alexellis/upload-assets@0.3.0
env:
Expand Down

0 comments on commit db95252

Please sign in to comment.