Mycelium/.gitea/workflows/release.yml
Benjamyn Love fe4b52f129
Some checks failed
/ release ${{ matrix.target }} (x86_64-unknown-linux-gnu) (push) Failing after 4s
Update .gitea/workflows/release.yml
2025-03-20 18:29:02 -04:00

29 lines
695 B
YAML

# .gitea/workflows/release.yml
on:
push:
tags:
- '*'
jobs:
release:
name: release ${{ matrix.target }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
target: [x86_64-unknown-linux-gnu]
steps:
- uses: actions/checkout@master
- name: Install deps
run: apt-get update; apt-get install -y libdbus-1-3 libdbus-1-dev libdbus-1-3 pkg-config
- name: Build
uses: houseabsolute/actions-rust-cross@v1
env:
GITHUB_TOKEN: ${{ secrets.GT_TOKEN }}
with:
command: build
- name: Release
uses: softprops/action-gh-release@v2
with:
files: README.md