diff --git a/.forgejo/workflows/linter.yml b/.forgejo/workflows/linter.yml index 519b378b2..a59098457 100644 --- a/.forgejo/workflows/linter.yml +++ b/.forgejo/workflows/linter.yml @@ -59,8 +59,8 @@ jobs: --manifest-path src/actions/somnus/core/Cargo.toml \ --bin json-linter --bin toml-linter mkdir -p ./linter-bin - cp src/actions/somnus/core/src/bin/json-linter.rs ./linter-bin/ - cp src/actions/somnus/core/src/bin/toml-linter.rs ./linter-bin/ + cp src/actions/somnus/core/src/bin/json-linter.rs + cp src/actions/somnus/core/src/bin/toml-linter.rs - name: Run Linters run: |