Skip to content

Commit

Permalink
workflow: damn...
Browse files Browse the repository at this point in the history
  • Loading branch information
YZBruh authored Jan 14, 2024
1 parent b6c0b5d commit 7f6d044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rom_dumper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
- name: Uploading LineageOS Device Tree
if: |
env.TWT == 'Okay'
env.LOT == 'Okay'
run: |
cd /home/Auto-Dumper
codename=$(cat codename.txt)
Expand All @@ -304,7 +304,7 @@ jobs:

- name: Uploading TWRP Device Tree
if: |
env.LOT == 'Okay'
env.TWT == 'Okay'
run: |
cd /home/Auto-Dumper
codename=$(cat codename.txt)
Expand Down

0 comments on commit 7f6d044

Please sign in to comment.