diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8e667c64..c277c802 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -42,7 +42,7 @@ jobs: - name: Create Package run: | mkdir starship-release - mv build-cmake/UltraViewer starship-release/ + mv build-cmake/Starship starship-release/ - name: Publish packaged artifacts uses: actions/upload-artifact@v4 with: diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 8ba4827d..e6c1a833 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -22,7 +22,7 @@ jobs: - name: Create Package run: | mkdir starship-release - mv build-cmake/UltraViewer starship-release/ + mv build-cmake/Starship starship-release/ - name: Publish packaged artifacts uses: actions/upload-artifact@v4 with: