From: Debayan Sutradhar Date: Sat, 19 Jun 2021 13:00:12 +0530 Subject: update timezone with typo fix --- update timezone with typo fix --- --- 'a/.github/workflows/init.yml' +++ b/.github/workflows/init.yml @@ -45,15 +45,9 @@ jobs: uses: szenius/set-timezone@v1.0 with: timezoneLinux: "Asia/Kolkata" - - name: Saving build-date - run: | - 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: | + echo $(date +'%d-%m-%Y %H:%M:%S %Z') > src/main/resources/com/stream_pi/server/build-date mvn -X package - name: Save built jars uses: actions/upload-artifact@v2