diff --git a/.github/workflows/tag_windows.yaml b/.github/workflows/tag_windows.yaml index 2fb758412..db43319a9 100644 --- a/.github/workflows/tag_windows.yaml +++ b/.github/workflows/tag_windows.yaml @@ -33,7 +33,7 @@ jobs: - name: Build3 run: node build_win.js - name: Rename - run: copy windows-installer/SAGE3-Installer.exe auto-update-sage3-win32-x64.exe + run: mv windows-installer/SAGE3-Installer.exe auto-update-sage3-win32-x64.exe - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')