Skip to content

Commit

Permalink
bump version and fix deb workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dummerle committed Dec 20, 2021
1 parent 8b6193f commit b43d9e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: svenstaro/[email protected]
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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion rare/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

__version__ = "1.8.1"
__version__ = "1.8.2"
code_name = "Stellula Kakopo"

import platform
Expand Down

0 comments on commit b43d9e2

Please sign in to comment.