Skip to content

Commit 19054f0

Browse files
authored
Update build.yml
1 parent 5790240 commit 19054f0

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
permissions:
13-
contents: read
1412

1513
steps:
1614
- name: Checkout repository
@@ -23,14 +21,8 @@ jobs:
2321
distribution: 'temurin'
2422
cache: gradle
2523

26-
- name: Grant execute permission for gradlew
24+
- name: Fix Gradle permissions
2725
run: chmod +x gradlew
2826

2927
- name: Build with Gradle
30-
run: ./gradlew build
31-
32-
- name: Upload Build Artifact
33-
uses: actions/upload-artifact@v4
34-
with:
35-
name: LuaImageService-JAR
36-
path: build/libs/*.jar
28+
run: ./gradlew build --stacktrace

0 commit comments

Comments
 (0)