Skip to content

Commit 4647d63

Browse files
authored
fix ci
1 parent bbbcaab commit 4647d63

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))" >> $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)