squalou / google-chat-linux

source of a fork of google-chat-linux unofficial client from robyf
50 stars 10 forks source link

Release desktop package #11

Closed cyosp closed 4 years ago

cyosp commented 4 years ago

Hi @squalou,

It could be useful to provide a Debian package of this app. Especially because building code already exists.

This pull request achieve this goal. Based on GitHub CI : GitHub Workflows + Actions, this pull request will:

You can see the result of my fork here: https://github.com/cyosp/google-chat-linux/releases/tag/0.4.5-1.

About GitHub Workflows + Actions:

Best regards, CYOSP

squalou commented 4 years ago

Great, thank you !

One question though : what triggers the build ? Tagging the repo ?

cyosp commented 4 years ago

Yes and the related configuration is:

on:
  push:
    tags:
      - '*'

Debian package version is extracted from package.json. Thus tag name and desktop app version can be different even if it's better to be same.

squalou commented 4 years ago

Great ! merging this. thanks again!