Skip to content

Commit

Permalink
Fix text replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbrooks committed Jan 12, 2025
1 parent 92d1779 commit d2832cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: ./gradlew build

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

- name: archive vat
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d2832cf

Please sign in to comment.