Skip to content

Commit

Permalink
Fix schema change
Browse files Browse the repository at this point in the history
  • Loading branch information
IRus committed May 16, 2024
1 parent 6371a3b commit c6485f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
java-version: "${{ matrix.jdk }}"
distribution: "zulu"
- name: "Build with Gradle"
env:
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
CLOUDFLARE_DOMAIN_NAME: ${{ secrets.CLOUDFLARE_DOMAIN_NAME }}
run: ./gradlew check distTar
- name: "Upload Artifact"
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c6485f3

Please sign in to comment.