We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e946217 commit 19a84f9Copy full SHA for 19a84f9
.github/workflows/assets.yml
@@ -38,7 +38,7 @@ jobs:
38
- run: sudo apt-get install -y parallel
39
- run: yarn global add gulp-cli
40
- 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
+ - run: mkdir assets && mv public assets/ && cp LICENSE COPYING.md README.md security.txt assets/ && git log -n 1 --pretty=oneline > assets/commit.txt
42
- uses: actions/upload-artifact@v1
43
with:
44
name: lila-assets
0 commit comments