Fixed paths pointing to wrong binary

This commit is contained in:
Joey Hines 2026-04-12 11:54:37 -06:00
parent 4135098c3d
commit 2283b6f851
No known key found for this signature in database
GPG Key ID: E99D8FB14855100E
4 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
name: Build and Test Formaty
name: Build and Test Albatross
on: [push]
jobs:
@ -25,5 +25,5 @@ jobs:
- name: Upload Built Binary
uses: christopherHX/gitea-upload-artifact@v4
with:
name: formaty
path: target/debug/formaty
name: albatross
path: target/debug/albatross

View File

@ -1,4 +1,4 @@
name: Build and Release Formaty
name: Build and Release Albatross
on: [release]
jobs:
@ -20,4 +20,4 @@ jobs:
- uses: https://gitea.com/actions/gitea-release-action@v1
with:
files: |-
target/release/formaty
target/release/albatross

2
Cargo.lock generated
View File

@ -37,7 +37,7 @@ dependencies = [
[[package]]
name = "albatross"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"anvil-region",
"chrono 0.4.41",

View File

@ -1,6 +1,6 @@
[package]
name = "albatross"
version = "0.7.0"
version = "0.7.1"
authors = ["Joey Hines <joey@ahines.net>"]
edition = "2024"