actions: fixed bad git hash on published releases

This commit is contained in:
Dylan K. Taylor 2021-09-05 15:32:31 +01:00
parent 85ed7efcb4
commit 1c2eb35025
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -68,7 +68,7 @@ jobs:
done
- name: Build PocketMine-MP.phar
run: composer make-server
run: php build/server-phar.php --git ${{ github.sha }}
- name: Get PocketMine-MP release version
id: get-pm-version