Skip to content

Commit

Permalink
Fix build workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
C0D3-M4513R authored Nov 11, 2023
1 parent 624c10a commit 80f28f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ jobs:
- name: Setup Java 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
java-version: '17'
distribution: 'temurin'
- name: Make ./gradlew executable
run: chmod +x ./gradlew
- name: Setup Ketting
run: ./gradlew setup
- name: Build Ketting Jar
run: ./gradlew kettingJar
- name: Upload build artifact
if:
if: false
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.name }}
Expand Down

0 comments on commit 80f28f2

Please sign in to comment.