Skip to content

Commit

Permalink
GHA: Upload linux-{image,headers,dtb} deb packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hzyitc committed Aug 24, 2022
1 parent 7a1c0da commit e5abc30
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,6 @@ jobs:
with:
path: artifacts/

- name: Remove debs
run: |
rm -rf artifacts/debs-*
- name: Generate sha256sum
run: |
touch sha256sum
Expand Down Expand Up @@ -301,7 +297,8 @@ jobs:
tag="ci-$(date -d "$TIME" -u +'%Y%m%d-%H%M%S-%Z')"
hub release create -t "$GITHUB_SHA" "$tag" -F Release.md \
$(for a in artifacts/*/*; do echo -a $a; done) \
-a sha256sum
-a sha256sum \
$(for a in artifacts/*/Armbian_*; do echo -a $a; done) \
$(for a in artifacts/*/linux-{image,headers,dtb}-*; do echo -a $a; done)
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit e5abc30

Please sign in to comment.