diff --git a/.github/workflows/update-assets-date.yaml b/.github/workflows/update-assets-date.yaml index 3c0fbf09..3494ae22 100644 --- a/.github/workflows/update-assets-date.yaml +++ b/.github/workflows/update-assets-date.yaml @@ -23,7 +23,7 @@ jobs: echo "Hello from the workflow branch!" - name: Run the script to update the date - run: python assets/update_date.py + run: python ./assets/update_date.py - name: Commit and push if there are changes run: |