From 50aec79c470ac2c2cc23da1b8dfbc9cbb6dbf77a Mon Sep 17 00:00:00 2001 From: Simon Liu Date: Thu, 9 Nov 2023 15:52:33 -0800 Subject: [PATCH] /deploy sit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7edbdb..2d9d9ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -303,7 +303,7 @@ jobs: uses: ncipollo/release-action@v1.12.0 with: tag: ${{ env.the_version }} - artifacts: "dist/*.zip, builds/libs/*.jar" + artifacts: "dist/*.zip, build/libs/*.jar" token: ${{ secrets.GITHUB_TOKEN }} body: "Version ${{ env.the_version }}" makeLatest: "${{ github.ref == 'refs/heads/main' }}"