aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>2024-06-10 16:23:10 +0800
committerKevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>2024-06-10 16:23:10 +0800
commit404de46cd43ca1e8678381ab507afdc6a41fe177 (patch)
treebcd39fce81a72e2c0bd7cc6822e477664328ea17
parentfc4a20a39024471f16f78c90cfbfbd37ee7396b7 (diff)
downloadSkyblocker-404de46cd43ca1e8678381ab507afdc6a41fe177.tar.gz
Skyblocker-404de46cd43ca1e8678381ab507afdc6a41fe177.tar.bz2
Skyblocker-404de46cd43ca1e8678381ab507afdc6a41fe177.zip
Add name and logging
-rw-r--r--.github/workflows/beta.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml
index 64a4b2f9..b78b72e8 100644
--- a/.github/workflows/beta.yml
+++ b/.github/workflows/beta.yml
@@ -31,7 +31,8 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- - uses: actions/github-script@v7
+ - name: Set jar name
+ uses: actions/github-script@v7
with:
result-encoding: string
script: |
@@ -41,6 +42,7 @@ jobs:
} else {
buildType = `pr-${process.env.PR_NUMBER}`;
}
+ console.log(`Set build type to ${buildType}`);
const fs = require("fs");
let file = fs.readFileSync("./gradle.properties");