map-diff: fix get new map

This commit is contained in:
macabeus 2022-05-16 22:48:11 +01:00 committed by Gunter Labes
parent 80eb1db092
commit 403112457a

View file

@ -37,7 +37,7 @@ jobs:
do
## Get old map version
map_filename=${map_path##*/}
git show ${{ github.event.pull_request.base.sha }}:"$map_path" > "$map_filename"
git show ${{ github.event.pull_request.head.sha }}:"$map_path" > "$map_filename"
## Run map diff
diff_image=${map_filename%.map}.png