Skip to content

Commit bbbcaab

Browse files
authored
change time to unix epoch secounds
1 parent 796702d commit bbbcaab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Set variables
2727
run: |
28-
echo "TAG_NAME=$(( $(date +%s) / 60 ))" >> $GITHUB_ENV
28+
echo "TAG_NAME=$((date +%s))" >> $GITHUB_ENV
2929
shell: bash
3030
- name: Update local.properties
3131
run: |

0 commit comments

Comments
 (0)