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]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -25,5 +25,5 @@ jobs:
|
|||||||
- name: Upload Built Binary
|
- name: Upload Built Binary
|
||||||
uses: christopherHX/gitea-upload-artifact@v4
|
uses: christopherHX/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: formaty
|
name: albatross
|
||||||
path: target/debug/formaty
|
path: target/debug/albatross
|
||||||
@ -1,4 +1,4 @@
|
|||||||
name: Build and Release Formaty
|
name: Build and Release Albatross
|
||||||
on: [release]
|
on: [release]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -20,4 +20,4 @@ jobs:
|
|||||||
- uses: https://gitea.com/actions/gitea-release-action@v1
|
- uses: https://gitea.com/actions/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
target/release/formaty
|
target/release/albatross
|
||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -37,7 +37,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "albatross"
|
name = "albatross"
|
||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anvil-region",
|
"anvil-region",
|
||||||
"chrono 0.4.41",
|
"chrono 0.4.41",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "albatross"
|
name = "albatross"
|
||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
authors = ["Joey Hines <joey@ahines.net>"]
|
authors = ["Joey Hines <joey@ahines.net>"]
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user