map-diff: fix get new map
This commit is contained in:
parent
80eb1db092
commit
403112457a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/map-diff.yml
vendored
2
.github/workflows/map-diff.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue