You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-21 23:00:50 +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
|
target/*/release/mas-cli
|
||||||
frontend/dist/
|
frontend/dist/
|
||||||
policies/policy.wasm
|
policies/policy.wasm
|
||||||
|
templates/
|
||||||
|
LICENSE
|
||||||
|
|
||||||
|
|
||||||
build-image:
|
build-image:
|
||||||
@@ -249,8 +251,8 @@ jobs:
|
|||||||
mv artifacts/policies/policy.wasm dist/share/policy.wasm
|
mv artifacts/policies/policy.wasm dist/share/policy.wasm
|
||||||
mv artifacts/frontend/dist/manifest.json dist/share/manifest.json
|
mv artifacts/frontend/dist/manifest.json dist/share/manifest.json
|
||||||
mv artifacts/frontend/dist/ dist/share/assets
|
mv artifacts/frontend/dist/ dist/share/assets
|
||||||
mv templates/ dist/share/templates
|
mv artifacts/templates/ dist/share/templates
|
||||||
mv LICENSE dist/LICENSE
|
mv artifacts/LICENSE dist/LICENSE
|
||||||
chmod -R u=rwX,go=rX dist/
|
chmod -R u=rwX,go=rX dist/
|
||||||
|
|
||||||
- name: Create the archives
|
- name: Create the archives
|
||||||
|
|||||||
Reference in New Issue
Block a user