Skip to content

Commit

Permalink
Fix log source
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbergstrom committed Mar 16, 2024
1 parent c50144c commit 0a75364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Homebrew-logs
path: C:\Users\runneradmin\AppData\Local\Packages\Microsoft.DesktopAppInstaller*\LocalState\DiagOutputDir\
path: "~/Library/Logs/Homebrew/"
Sign:
needs: Test
if: github.event_name == 'release' && github.event.action == 'published'
Expand Down

0 comments on commit 0a75364

Please sign in to comment.