Skip to content

Commit

Permalink
Update build-u-boot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hkint authored Nov 12, 2024
1 parent 4d857b4 commit 273658d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-u-boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
env:
REPO_URL: https://github.com/hanwckf/bl-mt798x.git
REPO_BRANCH: master
DEVICE_NAME: xiaomi-ax3000t
TZ: Asia/Shanghai

jobs:
Expand Down Expand Up @@ -81,7 +80,7 @@ jobs:
uses: actions/upload-artifact@main
if: steps.compile.outputs.status == 'success' && !cancelled()
with:
name: u-boot_bin_${{ env.DEVICE_NAME }}${{ env.FILE_DATE }}
name: u-boot_bin_${{ matrix.board }}${{ env.FILE_DATE }}
path: u-boot/output

- name: Generate release tag
Expand Down

0 comments on commit 273658d

Please sign in to comment.