summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-14 15:45:06 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-14 15:45:06 -0700
commitdbcd227a00f3a8b118d76001b1908de24063b83b (patch)
tree636700bc3e1392f5ec63d82e65846dcc5bb88df4 /.github/workflows
parent1883621aead28d64a0c543ad6cedf81f98476520 (diff)
downloadsncontinue-dbcd227a00f3a8b118d76001b1908de24063b83b.tar.gz
sncontinue-dbcd227a00f3a8b118d76001b1908de24063b83b.tar.bz2
sncontinue-dbcd227a00f3a8b118d76001b1908de24063b83b.zip
more
Diffstat (limited to '.github/workflows')
-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'