Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Wraient committed Oct 27, 2024
2 parents d0785e1 + fbe0167 commit ad7f6bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad7f6bc

Please sign in to comment.