diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-04-13 19:14:36 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-04-13 19:14:36 +0100 |
| commit | d51066926bcd799fdc30fad011822ef0cbde69d9 (patch) | |
| tree | 8e5843b09d592add041fd35372c0c56fc9721a0f /.github | |
| parent | 661a35670847bd5f43fcd8f1578e5018fc233917 (diff) | |
[ci skip] Add git hash to development versions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
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: |
