From b43d9e2606105403482e6b5edbffcf191662f2b2 Mon Sep 17 00:00:00 2001 From: Dummerle <44114474+Dummerle@users.noreply.github.com> Date: Mon, 20 Dec 2021 21:06:48 +0100 Subject: [PATCH] bump version and fix deb workflow --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 2 +- AppImageBuilder.yml | 2 +- rare/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2176e32c..f1f3db6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: uses: svenstaro/upload-release-action@2.2.1 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: Rare.deb + file: build/Rare.deb asset_name: Rare-${{ github.event.release.tag_name }}.deb tag: ${{ github.ref }} overwrite: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8914c88b..3ed79700 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,7 +55,7 @@ jobs: - uses: actions/upload-artifact@v2 with: name: Rare.deb - path: Rare.deb + path: build/Rare.deb appimage: runs-on: ubuntu-20.04 diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index a7e48c44..f129d791 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -24,7 +24,7 @@ AppDir: id: org.dummerle.rare name: Rare icon: Rare - version: 1.8.1 + version: 1.8.2 exec: usr/bin/python3 exec_args: $APPDIR/usr/src/__main__.py $@ apt: diff --git a/rare/__init__.py b/rare/__init__.py index 6a3a8876..16e5e20c 100644 --- a/rare/__init__.py +++ b/rare/__init__.py @@ -1,6 +1,6 @@ import os -__version__ = "1.8.1" +__version__ = "1.8.2" code_name = "Stellula Kakopo" import platform