We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6792a commit 642028aCopy full SHA for 642028a
1 file changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: gradle/actions/setup-gradle@v5
25
- run: ./gradlew build
26
- uses: actions/upload-artifact@v6
27
- if: matrix.os == 'ubuntu-latest'
+ if: matrix.os == 'ubuntu-24.04-arm'
28
with:
29
name: string-res-exporter-binary
30
path: build/libs/string-res-exporter-*-binary.jar
0 commit comments