diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3078f62..d117a35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: run: | mkdir -p "./${OUTPUT_FOLDER}" go build -C "./cmd/${TOOL_NAME}" -o "$(pwd)/${OUTPUT_FOLDER}/${TOOL_NAME}" - - uses: thedoctor0/zip-release@0.7.1 + - uses: thedoctor0/zip-release@0.7.5 with: type: zip directory: ${{ env.OUTPUT_FOLDER }}