From 2283b6f851c4e61322540b09e4fe0562896fc74e Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sun, 12 Apr 2026 11:54:37 -0600 Subject: [PATCH] Fixed paths pointing to wrong binary --- .gitea/workflows/build.yaml | 6 +++--- .gitea/workflows/release.yaml | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ee806ce..492e229 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 \ No newline at end of file + name: albatross + path: target/debug/albatross \ No newline at end of file diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 193a520..5437c65 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -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 \ No newline at end of file + target/release/albatross \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 9922f14..6d0b4eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,7 +37,7 @@ dependencies = [ [[package]] name = "albatross" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anvil-region", "chrono 0.4.41", diff --git a/Cargo.toml b/Cargo.toml index d5986b2..6383bc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "albatross" -version = "0.7.0" +version = "0.7.1" authors = ["Joey Hines "] edition = "2024"