diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-12-09 00:08:07 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-12-09 00:08:07 -0600 |
| commit | 4bde1dfd43dd20791b348cc4b59f805cd4ef6542 (patch) | |
| tree | f88ba5e1321b2d50533f5500285e92eee734c42f /.github/workflows | |
| parent | 1d07a7348c02d678f7f1eaf01b5c25c184506399 (diff) | |
Fixed wrong binary name
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/linux.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/mac.yml | 2 |
2 files changed, 2 insertions, 2 deletions
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: |
