mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
test build action
This commit is contained in:
@@ -86,6 +86,7 @@ jobs:
|
||||
# Packing binaries and static directory(Linux/macOS used bash)
|
||||
- name: Package Binary and Static Assets (Linux/macOS)
|
||||
run: |
|
||||
ls -la target/artifacts
|
||||
mkdir -p release-package
|
||||
cp target/artifacts/rustfs.${{ matrix.variant.profile }}.${{ matrix.variant.target }}.${{ matrix.variant.glibc }} release-package/
|
||||
cp -r static release-package/
|
||||
|
||||
Reference in New Issue
Block a user