Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Jul 6, 2024
1 parent a182d13 commit 5cbf781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: echo "BUILD_VARIANT=${{ inputs.build_variant || 'treble_arm64_bgN' }}" >> $GITHUB_ENV

- name: Build Image
run: docker build -f build/Dockerfile -t imbroglius/aosp .
run: docker build -f build/Dockerfile -t imbroglius/treble .

- name: Get Keys
uses: actions/checkout@v4
Expand All @@ -47,7 +47,7 @@ jobs:
--name test \
--volume ${{ github.workspace }}/builds:/root/builds \
--volume ${{ github.workspace }}/vendor_daniel-priv:/aosp/vendor/daniel-priv \
imbroglius/redmi_13c_treble treblebuild ${{ env.BUILD_VARIANT }}
imbroglius/aosp treblebuild ${{ env.BUILD_VARIANT }}
- name: Upload ROM
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5cbf781

Please sign in to comment.