mirror of
https://github.com/safing/portmaster
synced 2026-07-09 15:58:25 +00:00
Earthfile: exclude extra fields when creating assets.zip
This commit is contained in:
parent
d5d47223b4
commit
3c8bd02808
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@ assets:
|
|||
|
||||
WORKDIR /app/assets
|
||||
COPY --keep-ts ./assets/data .
|
||||
RUN zip -r -9 -db assets.zip *
|
||||
RUN zip -r -9 -db -X assets.zip *
|
||||
|
||||
SAVE ARTIFACT --keep-ts "assets.zip" AS LOCAL "${outputDir}/all/assets.zip"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue