diff --git a/.github/workflows/build-plugin.yml b/.github/workflows/build-plugin.yml deleted file mode 100644 index 620600a5fa..0000000000 --- a/.github/workflows/build-plugin.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Build Typewriter Plugin - -on: [workflow_call,workflow_dispatch] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Setup Java - uses: actions/setup-java@v3 - with: - distribution: temurin - java-version: 21 - - name: Build Plugin - uses: ./.github/actions/build-plugin - - name: Upload Plugin - uses: actions/upload-artifact@v2 - with: - name: typewriter.jar - path: plugin/build/libs/typewriter.jar