Skip to content

Commit

Permalink
Update gradle-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thalals authored Feb 16, 2024
1 parent fb15b09 commit 616fb9a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,16 @@ jobs:
- name: Build with Gradle
run: ./gradlew clean build

- name : set time zone
uses: szenius/[email protected]
with:
timezoneLinux: "Asia/Seoul"
timezoneMacos: "Asia/Seoul"
timezoneWindows: "Seoul Standard Time"

- name: make env now date
id: now
run: echo "date=`date +%Y%m%d.%H%M%S`" >> "$GITHUB_OUTPUT"
run: echo "date=`date +%Y%m%d_%H:%M:%S`" >> "$GITHUB_OUTPUT"

- name: Make Zip File
id: file
Expand Down

0 comments on commit 616fb9a

Please sign in to comment.