Update OrangeFox-Compile.yml

This commit is contained in:
Carlo Dandan | Not a Developer
2022-10-27 11:35:42 +08:00
committed by GitHub
parent ca65a9fa72
commit 08444bb9e5
+6 -2
View File
@@ -64,12 +64,16 @@ jobs:
- name: Check Out
uses: actions/checkout@v3.1.0
- name: Set Current Date # For Build Date Info
- name: Set Current Date # For Build Date Info, currently using Asia/Manila
id: today
run: |
echo "date=$(TZ=Asia/Manila date +%Y%m%d-%H%M)" >> $GITHUB_OUTPUT
echo "${{ steps.today.outputs.date }}"
- name: Get Current Date # For Testing.
run: |
echo "${{ steps.today.outputs.date }}"
echo ${{ steps.today.outputs.date }}
- name: Cleanup
uses: rokibhasansagar/slimhub_actions@main