From 0dd82a945d1f25662cbd33034917439979a15854 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Thu, 13 Feb 2025 07:52:18 +0100 Subject: [PATCH] Fix file name --- .gitea/workflows/push_master.yaml | 4 ++-- .gitea/workflows/push_non_master.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/push_master.yaml b/.gitea/workflows/push_master.yaml index 0842ef7..21de0ca 100644 --- a/.gitea/workflows/push_master.yaml +++ b/.gitea/workflows/push_master.yaml @@ -14,13 +14,13 @@ jobs: - uses: https://github.com/SebRollen/toml-action@v1.2.0 id: read_rust_toolchain with: - file: rust-toolchain + file: rust-toolchain.toml field: toolchain.targets - uses: https://github.com/SebRollen/toml-action@v1.2.0 id: read_rust_components with: - file: rust-toolchain + file: rust-toolchain.toml field: toolchain.components - uses: https://github.com/dtolnay/rust-toolchain@stable diff --git a/.gitea/workflows/push_non_master.yaml b/.gitea/workflows/push_non_master.yaml index 71107a3..0c359a1 100644 --- a/.gitea/workflows/push_non_master.yaml +++ b/.gitea/workflows/push_non_master.yaml @@ -14,13 +14,13 @@ jobs: - uses: https://github.com/SebRollen/toml-action@v1.2.0 id: read_rust_toolchain with: - file: rust-toolchain + file: rust-toolchain.toml field: toolchain.targets - uses: https://github.com/SebRollen/toml-action@v1.2.0 id: read_rust_components with: - file: rust-toolchain + file: rust-toolchain.toml field: toolchain.components - uses: https://github.com/dtolnay/rust-toolchain@stable