Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Nov 27, 2024
1 parent e7b9a2b commit aeac166
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main-pm-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
if [[ "${{ inputs.special-release }}" != "none" ]]; then
cp changelog.md special-changelog.md
echo ":white_check_mark: This version is recommended for PocketMine-MP ${{ inputs.pm-version-base }}.x production servers." >> special-changelog.md
echo ":white_check_mark: This version is recommended for PocketMine-MP ${{ inputs.pm-version-major }}.x production servers." >> special-changelog.md
fi
echo -e "\n\n\n" >> changelog.md
Expand All @@ -240,7 +240,7 @@ jobs:
${{ github.workspace }}/PHP-${{ inputs.php-version-base }}-Linux-PM${{ inputs.pm-version-major }}/*.tar.gz
${{ github.workspace }}/PHP-${{ inputs.php-version-base }}-MacOS-*-PM${{ inputs.pm-version-major }}/*.tar.gz
${{ github.workspace }}/PHP-${{ inputs.php-version-base }}-Windows-PM${{ inputs.pm-version-major }}/*.zip
name: PocketMine-MP ${{ inputs.pm-version-major }}.x - Recommended (${{ steps.date.outputs.DATE }})
name: PM ${{ inputs.pm-version-major }}.x - Recommended (${{ steps.date.outputs.DATE }})
tag: pm${{ inputs.pm-version-major }}-latest
commit: ${{ github.sha }}
allowUpdates: true
Expand All @@ -256,7 +256,7 @@ jobs:
${{ github.workspace }}/PHP-${{ inputs.php-version-base }}-Linux-PM${{ inputs.pm-version-major }}/*.tar.gz
${{ github.workspace }}/PHP-${{ inputs.php-version-base }}-MacOS-*-PM${{ inputs.pm-version-major }}/*.tar.gz
${{ github.workspace }}/PHP-${{ inputs.php-version-base }}-Windows-PM${{ inputs.pm-version-major }}/*.zip
name: PocketMine-MP ${{ inputs.pm-version-major }}.x - All PHP Versions (${{ steps.date.outputs.DATE }})
name: PM ${{ inputs.pm-version-major }}.x - All PHP Versions (${{ steps.date.outputs.DATE }})
tag: pm${{ inputs.pm-version-major }}-all-latest
commit: ${{ github.sha }}
allowUpdates: true
Expand Down

0 comments on commit aeac166

Please sign in to comment.