File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4747 GH_TOKEN : " ${{ secrets.PAT }}"
4848 run : |
4949 LK_VERSION=$(cat /home/runner/work/_temp/_github_home/lkDist/release.txt | sed 's/-SNAPSHOT//g')
50- cd /home/runner/work/_temp/_github_home/labkey_build/${LK_VERSION}/server/modules/DiscvrLabKeyModules
50+ cd /home/runner/work/_temp/_github_home/labkey_build/${LK_VERSION}/server/server/ modules/DiscvrLabKeyModules
5151 COUNT=$(gh release list | grep 'latest' | wc -l)
5252 if [ $COUNT != '0' ];then gh release delete 'latest' --cleanup-tag -y; fi
5353
Original file line number Diff line number Diff line change 4242 env :
4343 GH_TOKEN : " ${{ secrets.PAT }}"
4444 run : |
45- cd /github/home/labkey_build/23.7/server/modules/DiscvrLabKeyModules
45+ LK_VERSION=$(cat /home/runner/work/_temp/_github_home/lkDist/release.txt | sed 's/-SNAPSHOT//g')
46+ cd /home/runner/work/_temp/_github_home/labkey_build/${LK_VERSION}/server/server/modules/DiscvrLabKeyModules
4647 COUNT=$(gh release list | grep 'latest' | wc -l)
4748 if [ $COUNT != '0' ];then gh release delete 'latest' --cleanup-tag -y; fi
4849
You can’t perform that action at this time.
0 commit comments