From d24bc148a3f042726e9133937fcee9b3f59b908e Mon Sep 17 00:00:00 2001 From: Mariotaku Date: Wed, 22 May 2024 16:04:12 +0900 Subject: [PATCH] don't read gitigore for glob --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4e351c..50b9476 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -147,6 +147,8 @@ jobs: run: | rustup target add x86_64-apple-darwin aarch64-apple-darwin npm run build -- --features=vendored-openssl --target universal-apple-darwin ${{ env.TAURI_BUILD_FLAGS }} + env: + CI: true - name: Build the app (Android) if: startsWith(matrix.target, 'android') @@ -171,6 +173,7 @@ jobs: id: glob with: separator: '\n' + read-gitignore: false files: src-tauri/gen/android/app/build/outputs/bundle/universalRelease/*.aab target/**/bundle/deb/*.deb