You've already forked authentication-service
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:
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user