From 3729bfb0fb98770ea30ab51069fbe32db8939808 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 14 Aug 2023 17:24:35 -0700 Subject: download directly to server/exe without os prefix --- .github/workflows/main.yaml | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) (limited to '.github/workflows/main.yaml') diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 7753db9c..340344a3 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -67,43 +67,21 @@ jobs: uses: actions/download-artifact@v2 with: name: LinuxBuild - path: extension/server/exe/linux - if: matrix.os == 'ubuntu-20.04' - - - name: List files (Linux) - run: | - pwd - ls extension/server/exe/linux - chmod 777 extension/server/exe/linux/run + path: extension/server/exe if: matrix.os == 'ubuntu-20.04' - name: Download macOS build uses: actions/download-artifact@v2 with: name: macOSBuild - path: extension/server/exe/mac - if: matrix.os == 'macos-latest' - - - name: List files (MacOS) - run: | - pwd - ls extension/server/exe/mac - chmod 777 extension/server/exe/mac/run + path: extension/server/exe if: matrix.os == 'macos-latest' - name: Download Windows build uses: actions/download-artifact@v2 with: name: WindowsBuild - path: extension/server/exe/windows - if: matrix.os == 'windows-latest' - - - name: List files (Windows) - run: | - pwd - ls extension/server/exe/windows - chmod 777 extension/server/exe/windows/run.exe - shell: bash + path: extension/server/exe if: matrix.os == 'windows-latest' # Setup Node.js and install dependencies -- cgit v1.2.3-70-g09d2