Joey Hines 2283b6f851
All checks were successful
Build and Release Albatross / build (release) Successful in 2m11s
Build and Test Albatross / build (push) Successful in 2m23s
Fixed paths pointing to wrong binary
2026-04-12 11:54:37 -06:00

23 lines
618 B
YAML

name: Build and Release Albatross
on: [release]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install Task
uses: go-task/setup-task@v2
with:
repo-token: ${{ secrets.TASK_GITHUB_API_TOKEN }}
- uses: actions/checkout@v2
- name: Stable with rustfmt and clippy
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Build Release
run: task build:release
- uses: https://gitea.com/actions/gitea-release-action@v1
with:
files: |-
target/release/albatross