소스 검색

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

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
martin frances 1 년 전
부모
커밋
9a2b2f49a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/udeps.yml

+ 1 - 1
.github/workflows/udeps.yml

@@ -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 }}