Skip to content

Commit 2c8d96e

Browse files
authored
Update buildLinux64.yml
1 parent 281a005 commit 2c8d96e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildLinux64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
java-version: 17
1616

1717
- name: Run build
18-
- run: ./gradlew build
18+
run: ./gradlew build
1919

2020
- name: Upload artifacts
2121
uses: actions/upload-artifact@v3
2222
with:
2323
name: kotlin-native-arm-build
24-
path: sample/build/bin/linuxArm64/releaseExecutable
24+
path: sample/build/bin/linuxArm64/releaseExecutable

0 commit comments

Comments
 (0)