We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b311dc commit 8b93947Copy full SHA for 8b93947
.github/workflows/docker.yml
@@ -145,6 +145,11 @@ jobs:
145
path: dist
146
if-no-files-found: error
147
148
+ - uses: actions/upload-artifact@v4
149
+ with:
150
+ name: fl-cache-dump
151
+ path: cacheDump.json
152
+
153
deploy:
154
if: ${{ github.ref_name == github.event.repository.default_branch }}
155
environment:
0 commit comments