Browse Source

Update OrangeFox-Recovery-Builder.yml

Samuel Kendall 1 year ago
parent
commit
3b328a020d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/OrangeFox-Recovery-Builder.yml

+ 2 - 2
.github/workflows/OrangeFox-Recovery-Builder.yml

@@ -124,9 +124,9 @@ jobs:
         set -e
         set -e
         ${{ steps.fox_branch.outputs.value }}
         ${{ steps.fox_branch.outputs.value }}
 
 
-    - name: Set Build Date # For Build Date Info, currently using Asia/Manila
+    - name: Set Build Date # Output will be use in Release
       run: |
       run: |
-        echo "BUILD_DATE=$(TZ=Asia/Manila date +%Y%m%d)" >> $GITHUB_ENV
+        echo "BUILD_DATE=$(date +%Y%m%d)" >> $GITHUB_ENV
 
 
     - name: Check if Recovery Exist
     - name: Check if Recovery Exist
       run: |
       run: |