From a030ef4e3109477360758cbe6b56daf5aa95a196 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 31 Jan 2023 15:22:27 -0500 Subject: [PATCH] switch order --- .github/workflows/windows10_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows10_build.yml b/.github/workflows/windows10_build.yml index a166c21aa520..34547b3aa388 100644 --- a/.github/workflows/windows10_build.yml +++ b/.github/workflows/windows10_build.yml @@ -66,15 +66,15 @@ jobs: Set-ItemProperty 'HKLM:\System\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -value 1 git config --system core.longpaths true + - name: Checkout + uses: actions/checkout@v2.4.2 + - name: Download Artifact uses: actions/download-artifact@v2 with: name: OpenBB-Windows10-ENV path: dist - - name: Checkout - uses: actions/checkout@v2.4.2 - - name: Move Files into App Folder run: cp -r .\dist\OpenBBTerminal\ .\build\nsis\app\ # don't need this because log collection is turned off