summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/main.yaml')
-rw-r--r--.github/workflows/main.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 5a31b72c..3dc64899 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -71,7 +71,7 @@ jobs:
if: matrix.os == 'ubuntu-20.04'
- name: Rename file (Linux)
- run: mv extension/server/exe/mac/Linux\ Build extension/server/exe/linux/run
+ run: mv extension/server/exe/linux/Linux\ Build extension/server/exe/linux/run
if: matrix.os == 'ubuntu-20.04'
- name: Download macOS build
@@ -93,7 +93,7 @@ jobs:
if: matrix.os == 'windows-latest'
- name: Rename file (Windows)
- run: mv extension/server/exe/mac/Windows\ Build extension/server/exe/windows/run.exe
+ run: mv extension/server/exe/windows/Windows\ Build extension/server/exe/windows/run.exe
shell: bash
if: matrix.os == 'windows-latest'