ci: dashboard artifact zip instead of tar.gz
NexusGuard CI/CD / server-core-test (push) Failing after 34s
NexusGuard CI/CD / device-agent-test (push) Failing after 30s
NexusGuard CI/CD / dashboard-dist (push) Has been skipped
NexusGuard CI/CD / server-core-build (push) Has been skipped
NexusGuard CI/CD / dashboard-test (push) Failing after 32s
NexusGuard CI/CD / device-agent-cross-build (amd64, linux) (push) Has been skipped
NexusGuard CI/CD / device-agent-cross-build (amd64, windows) (push) Has been skipped
NexusGuard CI/CD / device-agent-cross-build (arm64, linux) (push) Has been skipped
NexusGuard CI/CD / release (push) Has been skipped
NexusGuard CI/CD / server-core-test (push) Failing after 34s
NexusGuard CI/CD / device-agent-test (push) Failing after 30s
NexusGuard CI/CD / dashboard-dist (push) Has been skipped
NexusGuard CI/CD / server-core-build (push) Has been skipped
NexusGuard CI/CD / dashboard-test (push) Failing after 32s
NexusGuard CI/CD / device-agent-cross-build (amd64, linux) (push) Has been skipped
NexusGuard CI/CD / device-agent-cross-build (amd64, windows) (push) Has been skipped
NexusGuard CI/CD / device-agent-cross-build (arm64, linux) (push) Has been skipped
NexusGuard CI/CD / release (push) Has been skipped
This commit is contained in:
@@ -171,7 +171,7 @@ jobs:
|
|||||||
cp artifacts/server-core-linux-amd64/server-core release/nexus-server-core-linux-amd64 || true
|
cp artifacts/server-core-linux-amd64/server-core release/nexus-server-core-linux-amd64 || true
|
||||||
chmod +x release/nexus-server-core-linux-amd64
|
chmod +x release/nexus-server-core-linux-amd64
|
||||||
# Dashboard dist (zip)
|
# Dashboard dist (zip)
|
||||||
cd artifacts/dashboard-ui-dist && tar czf ../../release/nexusguard-dashboard-ui.tar.gz . && cd ../..
|
cd artifacts/dashboard-ui-dist && zip -r ../../release/nexusguard-dashboard-ui.zip . && cd ../../..
|
||||||
# Checksums
|
# Checksums
|
||||||
cd release && sha256sum * > checksums-sha256.txt
|
cd release && sha256sum * > checksums-sha256.txt
|
||||||
|
|
||||||
@@ -181,3 +181,4 @@ jobs:
|
|||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
files: |
|
files: |
|
||||||
release/*
|
release/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user