From 077c8cc898123b24f256ef63a1fb2cae6e81276a Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Wed, 14 Jun 2023 21:02:51 -0500 Subject: [PATCH] try star upload --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3201d25..52b72a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,8 +44,8 @@ jobs: - name: Upload Release Asset env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh release upload v${{ github.run_number }} dist/ + run: gh release upload v${{ github.run_number }} dist/learn_sql_model* - name: Upload Release Asset env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh release upload latest dist/ + run: gh release upload latest dist/learn_sql_model*