diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cae4a4684..814fd7257 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,9 +40,7 @@ jobs: id: create_release uses: softprops/action-gh-release@v1 with: - files: | - target/*ß + files: target/* tag_name: ${{ steps.get_tag.outputs.TAG }} - title: Release ${{ steps.get_tag.outputs.TAG }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}