Skip to content

Commit 8b93947

Browse files
strogonoffronaldtse
authored andcommitted
chore(ops): upload cache dump artifact
1 parent 0b311dc commit 8b93947

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ jobs:
145145
path: dist
146146
if-no-files-found: error
147147

148+
- uses: actions/upload-artifact@v4
149+
with:
150+
name: fl-cache-dump
151+
path: cacheDump.json
152+
148153
deploy:
149154
if: ${{ github.ref_name == github.event.repository.default_branch }}
150155
environment:

0 commit comments

Comments
 (0)