1
0
Fork 0
mirror of synced 2024-05-24 06:19:55 +12:00

bump version and fix deb workflow

This commit is contained in:
Dummerle 2021-12-20 21:06:48 +01:00
parent 8b6193f121
commit b43d9e2606
No known key found for this signature in database
GPG key ID: AB68CC59CA39F2F1
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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:

View file

@ -1,6 +1,6 @@
import os
__version__ = "1.8.1"
__version__ = "1.8.2"
code_name = "Stellula Kakopo"
import platform