aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorpacien2021-06-28 21:05:39 +0200
committerpacien2021-06-28 22:34:27 +0200
commit262889d771480b8df677bd0ce4b73d92a786f93c (patch)
tree08d2fffa383f4bca7d95808bcf9615682c41bbb8 /.github
parentb70e61507d63e442d75eee8b978498fa6f6b0dd8 (diff)
downloadldgallery-262889d771480b8df677bd0ce4b73d92a786f93c.tar.gz
ci: configure cache for bundle resources
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 48b0819..0b14231 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -89,6 +89,10 @@ jobs:
89 runs-on: ubuntu-latest 89 runs-on: ubuntu-latest
90 steps: 90 steps:
91 - uses: actions/checkout@v2 91 - uses: actions/checkout@v2
92 - uses: actions/cache@v2
93 with:
94 path: ~/downloads
95 key: archive-windows-vendored
92 - name: Bundle ldgallery viewer 96 - name: Bundle ldgallery viewer
93 uses: actions/download-artifact@v2 97 uses: actions/download-artifact@v2
94 with: 98 with: