From: Debayan Sutradhar Date: Sat, 19 Jun 2021 12:06:10 +0530 Subject: update timezone --- update timezone --- --- 'a/.github/workflows/init.yml' +++ b/.github/workflows/init.yml @@ -41,9 +41,13 @@ jobs: run: | wget -P /tmp https://download2.gluonhq.com/openjfx/17/openjfx-17-ea+11_linux-x64_bin-sdk.zip unzip /tmp/openjfx-17-ea+11_linux-x64_bin-sdk.zip -d /tmp + - name: Set Timezone + uses: szenius/set-timezone@v1.0 + with: + timezoneLinux: "Asia/Kolkata" - name: Saving build-date run: | - echo $(TZ=Asia/Kolkata date) > src/main/resources/com/stream_pi/server/build-date + echo date > src/main/resources/com/stream_pi/server/build-date - name: Build Jars run: | mvn -X package