Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Commit d17eae3

Browse files
authored
Update map-bundling.yml
1 parent ab50287 commit d17eae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/map-bundling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
Expand-Archive -Path tool.zip -DestinationPath tool
2424
- name: Bundle the map
2525
run: |
26-
& "$(Get-Location)\tool\OZEdit.exe" "$(Get-Location)\MapData" "$(Get-Location)\Legion_TD_OZE_$($GITHUB_SHA.Substring(0,7)).w3x"
26+
& "$(Get-Location)\tool\OZEdit.exe" "$(Get-Location)\MapData" "$(Get-Location)\Legion_TD_OZE_$(git rev-parse --short HEAD).w3x"
2727
- uses: actions/upload-artifact@v2
2828
with:
2929
name: Legion TD Map (w3x)

0 commit comments

Comments
 (0)