diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index eb680fc79c..d181fcb758 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -16,6 +16,7 @@ jobs: uses: actions/checkout@v3 with: ref: 'dev' + fetch-depth: 0 - name: Configure bot user run: | git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" @@ -25,4 +26,16 @@ jobs: - name: Push to beta branch run: | git commit -am "Weekly beta release" --allow-empty --author="github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" +<<<<<<< git push origin HEAD:beta --force +======= + gh release delete beta --yes + fi + # Create new beta draft release with generated notes + # Make sure the latest tag is correct, even if the current commit is already tagged + LATEST_TAG=$(git describe --tags --abbrev=0) + gh release create beta --title "Beta Release" --draft --generate-notes --notes-start-tag "$LATEST_TAG" + gh release view beta > temp_change.md + - name: Tweak changelogs + id: tweak-changelogs +>>>>>>> diff --git a/src/Launch.lua b/src/Launch.lua index 174a096840..23e0f5bf66 100644 --- a/src/Launch.lua +++ b/src/Launch.lua @@ -18,6 +18,10 @@ jit.opt.start('maxtrace=4000','maxmcode=8192') collectgarbage("setpause", 400) function launch:OnInit() + -- package.cpath = package.cpath .. ";c:/Users/trevo/.vscode/extensions/tangzx.emmylua-0.9.22-win32-x64/debugger/emmy/windows/x64/?.dll" + -- local dbg = require("emmy_core") + -- dbg.tcpListen("localhost", 9966) + -- dbg.waitIDE() self.devMode = false self.installedMode = false self.versionNumber = "?"