Skip to content

Commit

Permalink
[CPCLOUD-4591] Build debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
skafandri committed Oct 30, 2024
1 parent 05fdf15 commit 5909f25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ jobs:
- name: Copy source files
run: mkdir -p packager/debian/usr/bin; cp -r agent360 packager/debian/usr/bin/agent360
- name: Build debian package
run: dpkg-deb --build packager/debian dist/agent360.deb
run: dpkg-deb --build packager/debian agent360-${{ github.ref_name }}.deb
- name: Install debian package
run: dpkg -i agent360.deb
run: dpkg -i agent360-${{ github.ref_name }}.deb
- uses: actions/upload-artifact@v4
with:
name: debian package
path: agent360.deb
path: agent360.deb-${{ github.ref_name }}
- name: Install pypa/build
run: >-
python -m
Expand Down

0 comments on commit 5909f25

Please sign in to comment.