From 6c94248c9b11c6b69156bf6489ca3a9d3b154a8b Mon Sep 17 00:00:00 2001 From: haruna Date: Fri, 25 Jun 2021 11:57:36 +0900 Subject: [PATCH] Update model_release.yml --- .github/workflows/model_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/model_release.yml b/.github/workflows/model_release.yml index 792fdd1..6e55282 100644 --- a/.github/workflows/model_release.yml +++ b/.github/workflows/model_release.yml @@ -45,7 +45,7 @@ jobs: - name: Create release uses: ncipollo/release-action@v1 with: - artifacts: "*.model*,*.npy*,*.kv*" + artifacts: "aozora_week*" token: ${{ secrets.GITHUB_TOKEN }} tag: week${{ env.DATE }} artifactErrorsFailBuild: true