Update msbuild.yml

This commit is contained in:
Tyler Jaacks
2025-01-11 13:15:52 -06:00
committed by GitHub
parent dc3f82771a
commit 9a232fc3dc

View File

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