mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
extract meta-files from frontend.tar
This commit is contained in:
committed by
Aiden McClelland
parent
63859b81ad
commit
570a4b7915
2
.github/workflows/frontend.yaml
vendored
2
.github/workflows/frontend.yaml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
run: make frontends
|
run: make frontends
|
||||||
|
|
||||||
- name: 'Tar files to preserve file permissions'
|
- name: 'Tar files to preserve file permissions'
|
||||||
run: tar -cvf frontend.tar ENVIRONMENT.txt GIT_HASH.txt frontend/dist frontend/config.json
|
run: tar -cvf frontend.tar ENVIRONMENT.txt GIT_HASH.txt VERSION.txt frontend/dist frontend/config.json
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
3
.github/workflows/product.yaml
vendored
3
.github/workflows/product.yaml
vendored
@@ -120,6 +120,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
tar -mxvf frontend.tar frontend/config.json
|
tar -mxvf frontend.tar frontend/config.json
|
||||||
tar -mxvf frontend.tar frontend/dist
|
tar -mxvf frontend.tar frontend/dist
|
||||||
|
tar -mxvf frontend.tar GIT_HASH.txt
|
||||||
|
tar -mxvf frontend.tar ENVIRONMENT.txt
|
||||||
|
tar -mxvf frontend.tar VERSION.txt
|
||||||
|
|
||||||
- name: Cache raspiOS
|
- name: Cache raspiOS
|
||||||
id: cache-raspios
|
id: cache-raspios
|
||||||
|
|||||||
Reference in New Issue
Block a user