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