diff --git a/.github/workflows/OrangeFox-Compile.yml b/.github/workflows/OrangeFox-Compile.yml index c50de16..98e5a37 100644 --- a/.github/workflows/OrangeFox-Compile.yml +++ b/.github/workflows/OrangeFox-Compile.yml @@ -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