Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm

maybe try building on gh

surely it will work the first time

Changed files
+19
.github
workflows
+19
.github/workflows/build.yml
···
···
+
name: Build
+
+
on:
+
push:
+
tags:
+
- "reflector-v*.*.*"
+
+
jobs:
+
build:
+
runs-on: ubuntu-latest
+
+
steps:
+
- uses: actions/checkout@v4
+
- name: build reflector
+
run: cargo build --bin reflector --release && mv target/release/reflector target/release/reflector_amd64
+
- name: release
+
uses: softprops/action-gh-release@v2
+
with:
+
files: target/release/reflector_amd64