mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-22 20:36:38 +00:00
test build.yml
This commit is contained in:
@@ -101,9 +101,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and Bundle rustfs-gui
|
- name: Build and Bundle rustfs-gui
|
||||||
run: |
|
run: |
|
||||||
|
ls -la
|
||||||
relaese_path = "target/${{ matrix.variant.target }}"
|
relaese_path = "target/${{ matrix.variant.target }}"
|
||||||
mkdir -p ${relaese_path}
|
mkdir -p ${relaese_path}
|
||||||
cd cli/rustfs-gui
|
cd cli/rustfs-gui
|
||||||
|
ls -la embedded-rustfs
|
||||||
if [[ "${{ matrix.variant.target }}" == *"apple-darwin"* ]]; then
|
if [[ "${{ matrix.variant.target }}" == *"apple-darwin"* ]]; then
|
||||||
dx bundle --platform macos --package-types "macos" --package-types "dmg" --package-types "ios" --release --profile release --out-dir ../../${relaese_path}
|
dx bundle --platform macos --package-types "macos" --package-types "dmg" --package-types "ios" --release --profile release --out-dir ../../${relaese_path}
|
||||||
elif [[ "${{ matrix.variant.target }}" == *"windows-msvc"* ]]; then
|
elif [[ "${{ matrix.variant.target }}" == *"windows-msvc"* ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user