Skip to content

Commit

Permalink
don't read gitigore for glob
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed May 22, 2024
1 parent 4cce0b6 commit d24bc14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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
Expand Down

0 comments on commit d24bc14

Please sign in to comment.