From 9a232fc3dc8ce312589c1c02aa02feb966112b86 Mon Sep 17 00:00:00 2001 From: Tyler Jaacks Date: Sat, 11 Jan 2025 13:15:52 -0600 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 8db8745..0591a56 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -37,10 +37,9 @@ jobs: - name: Download proprietary files run: | - curl -L -o External.zip "$ONEDRIVE_LINK" + curl -L -o External.zip "$EXTERNALS_LINK" env: - ONEDRIVE_LINK: ${{ secrets.ONEDRIVE_LINK }} - ONEDRIVE_ACCESS_TOKEN: ${{ secrets.ONEDRIVE_ACCESS_TOKEN }} + ONEDRIVE_LINK: ${{ secrets.EXTERNALS_LINK }} - name: Unzip proprietary files run: 7z x External.zip -odlls/winrt_x/External