From e8c11b5d973e228e58c7072f7e59e300d11acd85 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:21:55 +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 e863014..fbdefe3 100644 --- a/.github/workflows/decode.yml +++ b/.github/workflows/decode.yml @@ -15,7 +15,7 @@ jobs: - name: Execute Python script for decoding run: | - python decode.py + python scr/decode.py - name: Install dependencies and run decode run: |