From a79d91c7ea79b910a089eb01045b22cd1ef802ee Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Sun, 3 Mar 2024 09:57:45 +1100 Subject: [PATCH] fixing etc --- .gitea/workflows/deb.yaml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deb.yaml b/.gitea/workflows/deb.yaml index cfeb782..c182192 100644 --- a/.gitea/workflows/deb.yaml +++ b/.gitea/workflows/deb.yaml @@ -19,7 +19,7 @@ jobs: - name: Build .deb run: "cargo deb --target=aarch64-unknown-linux-gnu" - name: Add .deb to apt repository - run: "curl --user alex ${{ secrets.PACKAGING_TOKEN }} --upload-file $(ls -t ./target/aarch64-unknown-linux-gnu/debian/*.deb | head -1) https://git.alexjanka.com/api/packages/alex/debian/pool/testing/main/upload" + run: "curl --user alex:${{ secrets.PACKAGING_TOKEN }} --upload-file $(ls -t ./target/aarch64-unknown-linux-gnu/debian/*.deb | head -1) https://git.alexjanka.com/api/packages/alex/debian/pool/testing/main/upload" - name: "Release package" id: use-go-action uses: https://gitea.com/actions/release-action@main diff --git a/Cargo.lock b/Cargo.lock index 6db540d..90b0079 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2538,7 +2538,7 @@ dependencies = [ [[package]] name = "tesla-charge-controller" -version = "1.2.2" +version = "1.2.4" dependencies = [ "chrono", "clap 4.4.11", diff --git a/Cargo.toml b/Cargo.toml index db1bccb..4a354fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tesla-charge-controller" -version = "1.2.2" +version = "1.2.4" edition = "2021" license = "MITNFA" description = "Controls Tesla charge rate based on solar charge data"