Skip to content

Commit

Permalink
fix ci metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
el-ev committed Jan 13, 2025
1 parent 58ecd01 commit ca3800f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vf2-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
- name: Get current build metadata
id: metadata
run: |
echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
echo "opensbi_commit=$(cd opensbi && git rev-parse HEAD)" >> $GITHUB_ENV
echo "u_boot_commit=$(cd u-boot && git rev-parse HEAD)" >> $GITHUB_ENV
echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
echo "opensbi_commit=$(cd opensbi && git rev-parse HEAD)" >> $GITHUB_OUTPUT
echo "u_boot_commit=$(cd u-boot && git rev-parse HEAD)" >> $GITHUB_OUTPUT
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit ca3800f

Please sign in to comment.