mirror of
https://github.com/valitydev/dashboard.git
synced 2024-11-06 02:25:23 +00:00
Update main.yaml typo (#151)
This commit is contained in:
parent
e8b44a56f6
commit
7ca4d4fe2b
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
run: |
|
||||
printf "$APP_ENV_FILE" > dist/appConfig.json
|
||||
printf "$AUTH_ENV_FILE" > dist/authConfig.json
|
||||
echo $FAVICO | base64 -d -o dist/favicon.ico
|
||||
echo $FAVICO | base64 -d > dist/favicon.ico
|
||||
printf "$LOGO" > dist/assets/icons/logo.svg
|
||||
env:
|
||||
APP_ENV_FILE: ${{secrets.APP_CONFIG_CF}}
|
||||
|
Loading…
Reference in New Issue
Block a user