1
0
Fork 0
mirror of synced 2024-06-17 01:54:46 +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 uses: svenstaro/upload-release-action@2.2.1
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: Rare.deb file: build/Rare.deb
asset_name: Rare-${{ github.event.release.tag_name }}.deb asset_name: Rare-${{ github.event.release.tag_name }}.deb
tag: ${{ github.ref }} tag: ${{ github.ref }}
overwrite: true overwrite: true

View file

@ -55,7 +55,7 @@ jobs:
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: Rare.deb name: Rare.deb
path: Rare.deb path: build/Rare.deb
appimage: appimage:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04

View file

@ -24,7 +24,7 @@ AppDir:
id: org.dummerle.rare id: org.dummerle.rare
name: Rare name: Rare
icon: Rare icon: Rare
version: 1.8.1 version: 1.8.2
exec: usr/bin/python3 exec: usr/bin/python3
exec_args: $APPDIR/usr/src/__main__.py $@ exec_args: $APPDIR/usr/src/__main__.py $@
apt: apt:

View file

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