diff --git a/.github/workflows/freetv.yml b/.github/workflows/freetv.yml index 5e19f60ac..5bfac0ef0 100644 --- a/.github/workflows/freetv.yml +++ b/.github/workflows/freetv.yml @@ -38,7 +38,7 @@ jobs: git commit -m ":tada: AutoUpdate(Freetv) $(date +'%Y%m%d')" current_datetime=$(date +"%Y%m%d_%H%M%S") - cp freetv_output.txt history/freetv/"${current_datetime}_freetv_output.txt" + cp assets/freetv/freetv_output.txt history/freetv/"${current_datetime}_freetv_output.txt" git add history/freetv/"${current_datetime}_freetv_output.txt" git commit -m "(freetv)Archive file with timestamp"