Skip to content

Commit

Permalink
Add mysqladmin to the built binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jun 29, 2024
1 parent 21b0b8a commit 9e2470b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
MYSQL_VERSION="${{ matrix.dbversion }}"
# Remove the patch version from the tarball name
MINOR_MYSQL_VERSION=${MYSQL_VERSION%.*}
tar -C ./mysql_${{ matrix.dbversion }}/built_${{ matrix.dbversion }}_${{ matrix.arch }}/bin/ -czf ./mysql-${MINOR_MYSQL_VERSION}-${{ matrix.arch }}.tar.gz mysql mysqldump
# Currently include only mysql/mysqladmin/mysqldump binaries
tar -C ./mysql_${{ matrix.dbversion }}/built_${{ matrix.dbversion }}_${{ matrix.arch }}/bin/ -czf ./mysql-${MINOR_MYSQL_VERSION}-${{ matrix.arch }}.tar.gz mysql mysqladmin mysqldump
- name: "upload mysql-${{ matrix.dbversion }}-${{ matrix.arch }}"
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9e2470b

Please sign in to comment.