Skip to content

Commit

Permalink
release 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Dec 29, 2020
1 parent 09b93d4 commit b266399
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: build
run: autojobs=true dpkg-buildpackage --unsigned-source --unsigned-changes
- name: deploy deb packages
run: myci-deploy-debian-bintray.sh --owner cppfw --repo ${{ matrix.os }} --distro ${{ matrix.codename }} --component main --package $PACKAGE_NAME ../lib${PACKAGE_NAME}*_${PACKAGE_VERSION}_*.deb
run: myci-deploy-debian-bintray.sh --owner cppfw --repo ${{ matrix.os }} --distro ${{ matrix.codename }} --component main --package $PACKAGE_NAME ../lib$(cat name.txt)*_${PACKAGE_VERSION}_*.deb
if: matrix.package_type == 'deb' && startsWith(github.ref, 'refs/tags/')
##### macosx #####
macosx:
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libantigrain (2.8.1) unstable; urgency=medium

* deployment fix

-- Ivan Gagis <[email protected]> Wed, 30 Dec 2020 00:53:25 +0200

libantigrain (2.8.0) unstable; urgency=medium

* proper drawing of dashed closed paths (last dash merges with first
Expand Down

0 comments on commit b266399

Please sign in to comment.