summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2022-04-13 19:14:36 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2022-04-13 19:14:36 +0100
commitd51066926bcd799fdc30fad011822ef0cbde69d9 (patch)
tree8e5843b09d592add041fd35372c0c56fc9721a0f /.github
parent661a35670847bd5f43fcd8f1578e5018fc233917 (diff)
[ci skip] Add git hash to development versions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7b996401..b92bc8a9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
- run: ./gradlew allJar
+ run: ./gradlew
- name: Upload Plugin
uses: actions/upload-artifact@master
with: