Skip to content

Commit

Permalink
Update nightly-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonk9043 authored Aug 7, 2024
1 parent 1054977 commit 55af1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: chmod +x gradlew

- name: Fetch Build Time
run: echo "time=$(date + "%Y-%m-%d")" >> $GITHUB_ENV
run: echo "time=$(date +%Y-%m-%d)" >> $GITHUB_ENV

- name: Build
run: ./gradlew build
Expand Down

0 comments on commit 55af1d9

Please sign in to comment.