From fdd91ec544279c09f8c9aa9dfc240ed1088ea987 Mon Sep 17 00:00:00 2001 From: Predidit <34627277+Predidit@users.noreply.github.com> Date: Fri, 3 May 2024 15:23:32 +0800 Subject: [PATCH] workflows improvement --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index aa9560f..e0c49c6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -53,12 +53,12 @@ repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false files: | - bilineo_windows_${env:tag}.zip - build/app/outputs/flutter-apk/bilineo_android_${env:tag}.apk + bilineo_windows_*.zip + build/app/outputs/flutter-apk/bilineo_android_*.apk - name: Upload outputs uses: actions/upload-artifact@v4 with: name: outputs path: | - bilineo_windows_${env:tag}.zip - build/app/outputs/flutter-apk/bilineo_android_${env:tag}.apk \ No newline at end of file + bilineo_windows_*.zip + build/app/outputs/flutter-apk/bilineo_android_*.apk \ No newline at end of file