mirror of
https://github.com/containous/traefik.git
synced 2025-01-03 01:17:53 +03:00
Add webui static files in release tarball
This commit is contained in:
parent
35ce6baaae
commit
db31a4c961
10
.github/workflows/release.yaml
vendored
10
.github/workflows/release.yaml
vendored
@ -92,6 +92,16 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Artifact webui
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: webui.tar.gz
|
||||
|
||||
- name: Untar webui
|
||||
run: |
|
||||
tar xvf webui.tar.gz
|
||||
rm webui.tar.gz
|
||||
|
||||
- name: Retrieve the secret and decode it to a file
|
||||
env:
|
||||
TRAEFIKER_RSA: ${{ secrets.TRAEFIKER_RSA }}
|
||||
|
Loading…
Reference in New Issue
Block a user