Fixed paths pointing to wrong binary
This commit is contained in:
parent
4135098c3d
commit
2283b6f851
@ -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
|
||||
@ -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
2
Cargo.lock
generated
@ -37,7 +37,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "albatross"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
dependencies = [
|
||||
"anvil-region",
|
||||
"chrono 0.4.41",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "albatross"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
authors = ["Joey Hines <joey@ahines.net>"]
|
||||
edition = "2024"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user