diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7d4659..85eea73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -128,7 +128,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: artifacts/** + file: artifacts/* tag: alpha file_glob: true - name: Tag Repo