From: Debayan Sutradhar Date: Sat, 19 Jun 2021 12:32:43 +0530 Subject: update timezone --- update timezone --- --- 'a/.github/workflows/init.yml' +++ b/.github/workflows/init.yml @@ -47,8 +47,11 @@ jobs: timezoneLinux: "Asia/Kolkata" - name: Saving build-date run: | - echo $(date +'%d-%m-%Y %H:%M:%S "%Z"') > src/main/resources/com/stream_pi/server/build-date + cd src/main/resources/com/stream_pi/server + echo $(date +'%d-%m-%Y %H:%M:%S "%Z"') > build-date echo $(date +'%d-%m-%Y %H:%M:%S "%Z"') + ls + cat build-date - name: Build Jars run: | mvn -X package