Skip to content

Commit

Permalink
Update workflows (remove datagen step)
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Jul 14, 2024
1 parent c521af7 commit 0cb8c88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@ jobs:
distribution: 'temurin'
- name: Set up Gradle
uses: gradle/gradle-build-action@v2
- name: Generate data
run: ./gradlew runData
- name: Build
run: ./gradlew build
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
distribution: 'temurin'
- name: Set up Gradle
uses: gradle/gradle-build-action@v2
- name: Generate data
run: ./gradlew runData
- name: Build release files
id: build
env:
Expand Down

0 comments on commit 0cb8c88

Please sign in to comment.