Skip to content

Commit

Permalink
workflows: fix release date
Browse files Browse the repository at this point in the history
  • Loading branch information
retrozenith authored Mar 7, 2024
1 parent b7d3622 commit 87003a1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
source ./build_script.sh ${{ matrix.target }} --ksu
cp ./AnyKernel3/AQUA* ./
- name: Format Date
id: format_date
run: echo "bucharest_time=$(TZ='Europe/Bucharest' date +'%Y-%m-%d %T %Z')" >> $GITHUB_ENV

- name: Publish to GitHub
id: release
uses: softprops/action-gh-release@v1
Expand All @@ -63,11 +67,11 @@ jobs:
name: AQUA-CI_${{ github.run_number }}
tag_name: ${{ github.run_number }}
body: |
**Release Notes - AQUA Kernel**
**Release Notes -** :droplet: **AQUA Kernel** :droplet:
- **Kernel Version:** 5.4.259-aqua
- **Kernel Version:** 5.4.259
- **Clang Version:** Neutron-clang
- **Release Date (Bucharest Time):** $(TZ="Europe/Bucharest" date +"%Y-%m-%d %T %Z")
- **Release Date (Bucharest Time):** ${{ steps.format_date.outputs.bucharest_time }}
- **Run Number:** ${{ github.run_number }}
:rocket: *Built with love by GitHub Actions.*
Expand Down

0 comments on commit 87003a1

Please sign in to comment.