Skip to content

Commit d2832cf

Browse files
committedJan 12, 2025
Fix text replacement
1 parent 92d1779 commit d2832cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: ./gradlew build
3434

3535
- name: release binary
36-
run: ./gradlew $(cat ${{ matrix.target }} | tr '-arm64' 'Arm64' | tr '-x64' 'X64')Binary
36+
run: ./gradlew ${{ replace(replace(matrix.target, '-x', 'X'), '-a', 'A') }}Binary
3737

3838
- name: archive vat
3939
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)
Please sign in to comment.