Skip to content

Commit

Permalink
Dump logs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Oct 26, 2023
1 parent 6555656 commit 8db4df8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,11 @@ jobs:
mullvad disconnect
mullvad account revoke-device "${{ env.DEVICE_NAME }}"
- name: Dump logs
if: failure()
shell: bash
run: |
LOGS=$LOCALAPPDATA\Roblox\logs
ls -al $LOGS
- uses: actions/upload-artifact@v3
# if: failure()
with:
name: my-artifact
path: ~/AppData/Local/Roblox/logs

- name: Screenshot
if: failure()
Expand Down

0 comments on commit 8db4df8

Please sign in to comment.