Skip to content

Commit

Permalink
fix typo, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Jul 31, 2024
1 parent d5f9e39 commit 101e7b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
cache-read-only: false
- name: Generate assets & data
run: ./gradlew runData --no-Daemon
run: ./gradlew runData --no-daemon
- name: Validate assets
run: test -d ./src/generated -a -d ./src/generated/resources/.cache
- name: Set up mod metadata
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Remove any generated assets/data
run: rm -rf ./src/generated
- name: Generate assets & data
run: ./gradlew runData --no-Daemon
run: ./gradlew runData --no-daemon
- name: Validate assets
run: test -d ./src/generated -a -d ./src/generated/resources/.cache
- name: Build JAR
Expand Down

0 comments on commit 101e7b9

Please sign in to comment.