diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 4 |
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: |