Skip to content

Commit 642028a

Browse files
committed
Update upload condition
1 parent 4e6792a commit 642028a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: gradle/actions/setup-gradle@v5
2525
- run: ./gradlew build
2626
- uses: actions/upload-artifact@v6
27-
if: matrix.os == 'ubuntu-latest'
27+
if: matrix.os == 'ubuntu-24.04-arm'
2828
with:
2929
name: string-res-exporter-binary
3030
path: build/libs/string-res-exporter-*-binary.jar

0 commit comments

Comments
 (0)