This commit is contained in:
Sonic Dreamcaster 2024-12-09 03:53:23 -03:00
commit 3599322983
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: