Skip to content

Commit 0e4ec0c

Browse files
committed
Adjust path in github actions latest build
1 parent a601ecd commit 0e4ec0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
env:
4747
GH_TOKEN: "${{ secrets.PAT }}"
4848
run: |
49-
cd /github/home/labkey_build/23.7/server/modules/DiscvrLabKeyModules
49+
LK_VERSION=$(cat /home/runner/work/_temp/_github_home/lkDist/release.txt)
50+
cd /home/runner/work/_temp/_github_home/labkey_build/${LK_VERSION}/server/modules/DiscvrLabKeyModules
5051
COUNT=$(gh release list | grep 'latest' | wc -l)
5152
if [ $COUNT != '0' ];then gh release delete 'latest' --cleanup-tag -y; fi
5253

0 commit comments

Comments
 (0)