mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-02 16:23:57 +03:00
Merge branch 'main' of https://github.com/HarbourMasters/Starship
This commit is contained in:
commit
3599322983
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