Skip to content

Commit

Permalink
Remove unrecognized downloadAssets task invocation from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Feb 25, 2024
1 parent 2a1a63b commit aa13ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
- name: Generate data
run: ./gradlew downloadAssets runData --max-workers 1
run: ./gradlew runData --max-workers 1
- name: Build
run: ./gradlew build --max-workers 1
- name: Upload artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
distribution: temurin
java-version: 17
- name: Generate data
run: ./gradlew downloadAssets runData --max-workers 1
run: ./gradlew runData --max-workers 1
env:
APPMEK_VERSION: ${{ github.event.release.tag_name }}
- name: Build
Expand Down

0 comments on commit aa13ca3

Please sign in to comment.