Skip to content

Commit

Permalink
Only put mysql and mysqldump in tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jun 11, 2024
1 parent f42626e commit 6f94f62
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 @@ -54,7 +54,7 @@ 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 .
tar -C ./mysql_${{ matrix.dbversion }}/built_${{ matrix.dbversion }}_${{ matrix.arch }}/bin/ -czf ./mysql-${MINOR_MYSQL_VERSION}-${{ matrix.arch }}.tar.gz mysql mysqldump
- name: "upload mysql-${{ matrix.dbversion }}-${{ matrix.arch }}"
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6f94f62

Please sign in to comment.