From 97a0224900763d87733578a6107fb3740c449a64 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:22:41 +0800 Subject: [PATCH] Update decode.yml --- .github/workflows/decode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/decode.yml b/.github/workflows/decode.yml index fbdefe309..6b6ed354f 100644 --- a/.github/workflows/decode.yml +++ b/.github/workflows/decode.yml @@ -15,7 +15,7 @@ jobs: - name: Execute Python script for decoding run: | - python scr/decode.py + python src/decode.py - name: Install dependencies and run decode run: |