diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-14 15:38:40 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-14 15:38:40 -0700 |
commit | 1883621aead28d64a0c543ad6cedf81f98476520 (patch) | |
tree | 0c1c44ca2b01c41964082c4528e43cf3bdc1b029 /.github | |
parent | 5abceae2ef8abba4ea8b24c5965dbdfe0aee7e62 (diff) | |
download | sncontinue-1883621aead28d64a0c543ad6cedf81f98476520.tar.gz sncontinue-1883621aead28d64a0c543ad6cedf81f98476520.tar.bz2 sncontinue-1883621aead28d64a0c543ad6cedf81f98476520.zip |
again
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5556ff3a..5a31b72c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -93,7 +93,7 @@ jobs: if: matrix.os == 'windows-latest' - name: Rename file (Windows) - run: move extension/server/exe/mac/Windows\ Build extension/server/exe/windows/run.exe + run: mv extension/server/exe/mac/Windows\ Build extension/server/exe/windows/run.exe shell: bash if: matrix.os == 'windows-latest' |