diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index be9f833..d53c1bd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,7 @@ jobs: id: file_name shell: bash run: | - echo "::set-output name=FILE_NAME::$(echo randomloot-$(echo "${{ steps.get_version.outputs.VERSION }}" | grep -o '[0-9]+\.[0-9]+\.[0-9]+').jar)" + echo "::set-output name=FILE_NAME::$(echo randomloot-$(echo "${{ steps.get_version.outputs.VERSION }}" | grep -o '[0-9]*\.[0-9]*\.[0-9]*').jar)" - name: Build with Gradle uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0