Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
99degree authored Jun 26, 2024
1 parent 146acc6 commit 3b67c60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
#sudo apt-get install -y gcc-aarch64-linux-gnu
#sudo apt-get install -y binutils-aarch64-linux-gnu
find . -type f -name "*.cfg" -exec sed -i "s|HOME|$(echo $HOME)|;s|NPROC|$(nproc)|" {} +
echo "KERNEL_BRANCH=$DEFAULT_BRANCH" >> $GITHUB_ENV
- name: Install pmbootstrap from git
run: |
Expand Down Expand Up @@ -107,6 +108,6 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: xiaomi-miatoll-${{ env.KERNEL_BRANCH }}
name: xiaomi-miatoll-${{ matrix.version }}
path: out/*-miatoll*.img
retention-days: 7

0 comments on commit 3b67c60

Please sign in to comment.