Chore: Resolve "environment variable" notice in the github build artifacts (#7800)

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
This commit is contained in:
martin frances 2023-09-12 21:00:09 +01:00 committed by GitHub
parent a68ccaf59a
commit 9a2b2f49a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ jobs:
if [ "${UTILS}" == "true" ]; then crates[${#crates[@]}]="\"./core/tauri-utils\""; fi
if [ "${BUNDLER}" == "true" ]; then crates[${#crates[@]}]="\"./tooling/bundler\""; fi
if [ "${CLI}" == "true" ]; then crates[${#crates[@]}]="\"./tooling/cli\""; fi
echo ::set-output name=matrix::[$crates]
echo "matrix=[$crates]" >> "$GITHUB_OUTPUT"
outputs:
matrix: ${{ steps.create-matrix.outputs.matrix }}