From 5e294e25093559feac0d723aeab1201457f992c3 Mon Sep 17 00:00:00 2001 From: Rushikesh Gaikwad <81632222+Wraient@users.noreply.github.com> Date: Sun, 27 Oct 2024 15:46:50 +0530 Subject: [PATCH 1/2] Update bug_report.md update for windows --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 93b1c86..ed4e8f1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,7 +23,8 @@ If applicable, add screenshots to help explain your problem. - Distro: [e.g. Fedora, Arch] **Debug logs** -Debug logs are located at ~/.local/share/curd/debug.log +Debug logs are located at ~/.local/share/curd/debug.log (for Linux) +or C:\.local\share\curd\debug.log (for windows) **Optional context** Add any other context about the problem here. From fbe0167bbdd7fd764c68d7165ecc2ede9d54c16f Mon Sep 17 00:00:00 2001 From: Rushikesh Gaikwad <81632222+Wraient@users.noreply.github.com> Date: Sun, 27 Oct 2024 15:49:03 +0530 Subject: [PATCH 2/2] Update ci-cd.yml mpv fixed? --- .github/workflows/ci-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 24a33d9..4879f61 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -72,6 +72,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + with: + lfs: true - name: Download Artifacts uses: actions/download-artifact@v4 # Updated to version 4