Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNoelChannel authored Oct 20, 2024
1 parent 5d3848c commit 4e8fc1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/twrp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os: [ubuntu-20.04]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Installing JDK 7 + Build Dependencies
run: |
sudo apt-get update
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
export PATH=$OLDPATH
export JAVA_HOME=$OLDJAVAHOME
- name: Uploading TWRP builds
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: twrp
path: /home/runner/TWRP/out/target/product/j3xlte/recovery.*

0 comments on commit 4e8fc1d

Please sign in to comment.