Skip to content

Commit 298e43a

Browse files
committed
chore: show nightly build date
1 parent c50182b commit 298e43a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/nightly.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,17 @@ jobs:
6464
echo "$GPG_PASSPHRASE" | gpg --batch --pinentry-mode loopback \
6565
--passphrase-fd 0 --detach-sign --armor REDasm-windows-x86_64.zip
6666
67+
- name: Get current date
68+
id: date
69+
run: echo "date=$(date -u +'%Y-%m-%d')" >> $GITHUB_OUTPUT
70+
6771
- name: Publish nightly release
6872
uses: softprops/action-gh-release@v3
6973
with:
7074
token: ${{ secrets.RD_WORKSPACE_CI_TOKEN }}
7175
repository: redasm-dev/redasm
7276
tag_name: nightly
73-
name: "Nightly Build"
77+
name: "Nightly Build (${{ steps.date.outputs.date }})"
7478
prerelease: true
7579
body: ${{ needs.check.outputs.changelog }}
7680
files: |

0 commit comments

Comments
 (0)