shore-matrix 0.1.5

Matrix bridge for the Silvershore chat daemon.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Build and publish Arch package

on:
  push:
    tags: ['v*']

jobs:
  publish:
    permissions:
      contents: write
    uses: mythofmeat/repo-arch/.github/workflows/publish-arch-rust.yml@main
    with:
      pkgbuild_dir: contrib
      extra_pacman_packages: "alsa-lib"
    secrets: inherit