1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

ci: Include the templates and license in the artifacts

This commit is contained in:
Quentin Gliech
2023-09-14 18:15:51 +02:00
parent e997eb2018
commit b9d6a6952a

View File

@@ -119,6 +119,8 @@ jobs:
target/*/release/mas-cli
frontend/dist/
policies/policy.wasm
templates/
LICENSE
build-image:
@@ -249,8 +251,8 @@ jobs:
mv artifacts/policies/policy.wasm dist/share/policy.wasm
mv artifacts/frontend/dist/manifest.json dist/share/manifest.json
mv artifacts/frontend/dist/ dist/share/assets
mv templates/ dist/share/templates
mv LICENSE dist/LICENSE
mv artifacts/templates/ dist/share/templates
mv artifacts/LICENSE dist/LICENSE
chmod -R u=rwX,go=rX dist/
- name: Create the archives