mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
Fixed wrong binary name
This commit is contained in:
parent
1d07a7348c
commit
4bde1dfd43
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
- name: Create Package
|
- name: Create Package
|
||||||
run: |
|
run: |
|
||||||
mkdir starship-release
|
mkdir starship-release
|
||||||
mv build-cmake/UltraViewer starship-release/
|
mv build-cmake/Starship starship-release/
|
||||||
- name: Publish packaged artifacts
|
- name: Publish packaged artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
2
.github/workflows/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Create Package
|
- name: Create Package
|
||||||
run: |
|
run: |
|
||||||
mkdir starship-release
|
mkdir starship-release
|
||||||
mv build-cmake/UltraViewer starship-release/
|
mv build-cmake/Starship starship-release/
|
||||||
- name: Publish packaged artifacts
|
- name: Publish packaged artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user