diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-14 15:31:34 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-14 15:31:34 -0700 |
commit | 5abceae2ef8abba4ea8b24c5965dbdfe0aee7e62 (patch) | |
tree | ffa480e849552767626c55178a46c96c449501db /.github | |
parent | 07fc1949832ba2df3a0206219a40524f92a90aec (diff) | |
download | sncontinue-5abceae2ef8abba4ea8b24c5965dbdfe0aee7e62.tar.gz sncontinue-5abceae2ef8abba4ea8b24c5965dbdfe0aee7e62.tar.bz2 sncontinue-5abceae2ef8abba4ea8b24c5965dbdfe0aee7e62.zip |
fix powershell move command
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 76626e99..5556ff3a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -93,8 +93,8 @@ jobs: if: matrix.os == 'windows-latest' - name: Rename file (Windows) - run: move extension\server\exe\windows\Windows Build extension\server\exe\windows\run.exe - shell: powershell + run: move extension/server/exe/mac/Windows\ Build extension/server/exe/windows/run.exe + shell: bash if: matrix.os == 'windows-latest' # Setup Node.js and install dependencies |