Skip to content

Commit

Permalink
Fix wrong directory
Browse files Browse the repository at this point in the history
  • Loading branch information
polygraphene authored Oct 11, 2024
1 parent 8e2c4ff commit a090df4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- '*'
workflow_dispatch:

env:
MANIFEST_URL: https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp
Expand Down Expand Up @@ -128,7 +129,8 @@ jobs:
echo "TWRP_VERSION=$TWRP_VERSION" >> $GITHUB_OUTPUT
echo "OUTPUT_FILEBASE=$OUTPUT_FILEBASE" >> $GITHUB_OUTPUT
echo "GITHUB_REF_TAG=$GITHUB_REF_TAG" >> $GITHUB_OUTPUT
working-directory: ${{ steps.pwd.outputs.workspace-folder }}

- name: Building recovery
run: |
source build/envsetup.sh
Expand Down

0 comments on commit a090df4

Please sign in to comment.