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: |