Skip to content

Commit c5c45ec

Browse files
authored
Update and rename buildLinux86_64.yml to buildLinux_x86_64.yml
1 parent 82bd1d9 commit c5c45ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildLinux86_64.yml renamed to .github/workflows/buildLinux_x86_64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Linux 86_64
1+
name: Build Linux x86_64
22
on:
33
workflow_dispatch:
44

@@ -20,7 +20,7 @@ jobs:
2020
sudo apt-get install libcurl3-dev
2121
2222
- name: Run build
23-
run: ./gradlew buildLambdaRelease
23+
run: ./gradlew buildLambdaRelease --stacktrace
2424

2525
- name: Upload artifacts
2626
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)