diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 6f67796..014e7a8 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -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