Update OrangeFox-Compile.yml
This commit is contained in:
committed by
GitHub
parent
ca65a9fa72
commit
08444bb9e5
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user