Skip to content

Commit c772a52

Browse files
committed
refactor: reformat ci workflow
1 parent b2b39c1 commit c772a52

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
12+
1313
steps:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0 # Needed for Axion-release to determine version correctly
17-
17+
1818
- name: Set up JDK 21
1919
uses: actions/setup-java@v4
2020
with:
2121
java-version: '21'
2222
distribution: 'temurin'
2323
cache: gradle
24-
24+
2525
- name: Grant execute permission for gradlew
2626
run: chmod +x gradlew
27-
27+
2828
- name: Build with Gradle
2929
run: ./gradlew build --scan --info
3030

3131
- name: Upload build artifacts
3232
uses: actions/upload-artifact@v4
3333
with:
3434
name: build-artifacts
35-
path: build/libs/
35+
path: build/libs/

0 commit comments

Comments
 (0)