diff --git a/.github/workflows/linux-deb.yml b/.github/workflows/linux-deb.yml index 56a5fde..234e9a7 100644 --- a/.github/workflows/linux-deb.yml +++ b/.github/workflows/linux-deb.yml @@ -22,6 +22,12 @@ jobs: name: portmaster.deb path: ${{ steps.build.outputs.filename }} + # once more but with the package version + - uses: actions/upload-artifact@v1 + with: + name: ${{ steps.build.outputs.filename }} + path: ${{ steps.build.outputs.filename }} + install-ubuntu: name: ${{ matrix.container }} runs-on: ubuntu-latest diff --git a/linux/debian/changelog b/linux/debian/changelog index 7426f93..64f6e8d 100644 --- a/linux/debian/changelog +++ b/linux/debian/changelog @@ -1,4 +1,4 @@ -portmaster (0.0.0.2) buster; urgency=medium +portmaster (0.4.1.0) buster; urgency=medium * Updated systemd service file * Migrate from portmaster-control to portmaster-start