Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
CI: fix release push
Browse files Browse the repository at this point in the history
Change-Id: I3b87f6afce5b4a5f4145c3c02467813c3b4f34d8
Signed-off-by: Vaisakh Murali <[email protected]>
  • Loading branch information
mvaisakh committed Feb 14, 2024
1 parent 0586214 commit 5125e8e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cd ../
- uses: actions/upload-artifact@main
with:
name: release-zip
name: lemonade-release-zip
path: ak3/*.zip
- name: Push kernel
run: |
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
tar -cf eva-lemonade-gcov-gcno-$(/bin/date -u '+%d%m%Y%I%M').xz $(find /home/runner/work/oneplus9pro/oneplus9pro/out/msm-5.4-lahaina-qgki/kernel/msm-5.4/ | grep gcno)
- uses: actions/upload-artifact@main
with:
name: profile-zip
name: lemonade-profile-zip
path: |
ak3/*.zip
*.xz
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
cd ../
- uses: actions/upload-artifact@main
with:
name: release-zip
name: martini-release-zip
path: ak3/*.zip
- name: Push kernel
run: |
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
tar -cf eva-martini-gcov-gcno-$(/bin/date -u '+%d%m%Y%I%M').xz $(find /home/runner/work/oneplus9pro/oneplus9pro/out/msm-5.4-lahaina-qgki/kernel/msm-5.4/ | grep gcno)
- uses: actions/upload-artifact@main
with:
name: profile-zip
name: martini-profile-zip
path: |
ak3/*.zip
*.xz
Expand All @@ -180,13 +180,12 @@ jobs:
- name: Restoring artifacts
uses: actions/download-artifact@main
with:
name: release-zip
path: ${{ github.workspace }}
- name: Release Tag
id: release_tag
run: echo "TAG_NAME=$(date -u +%d%m%Y%I%M)" >> $GITHUB_ENV
- name: Create Release
run: gh release create ${{ env.TAG_NAME }} --generate-notes -p *.zip
run: gh release create ${{ env.TAG_NAME }} --generate-notes -p */*.zip
- name: Release Check
run: gh release list -L 1 > list
- name: Prepare release message
Expand Down

0 comments on commit 5125e8e

Please sign in to comment.