Skip to content

Commit 19a84f9

Browse files
committed
include security.txt in assets
1 parent e946217 commit 19a84f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- run: sudo apt-get install -y parallel
3939
- run: yarn global add gulp-cli
4040
- run: ./ui/build prod
41-
- run: mkdir assets && mv public assets/ && cp LICENSE COPYING.md README.md assets/ && git log -n 1 --pretty=oneline > assets/commit.txt
41+
- run: mkdir assets && mv public assets/ && cp LICENSE COPYING.md README.md security.txt assets/ && git log -n 1 --pretty=oneline > assets/commit.txt
4242
- uses: actions/upload-artifact@v1
4343
with:
4444
name: lila-assets

0 commit comments

Comments
 (0)