Update build.yml

This commit is contained in:
Jay Lee
2022-09-02 16:41:25 -04:00
committed by GitHub
parent 11e6c80dbf
commit 6110aa1d32

View File

@@ -78,6 +78,7 @@ jobs:
fetch-depth: 0
- name: Cache multiple paths
if: matrix.goal == 'build'
uses: actions/cache@v3
id: cache-python-ssl
with:
@@ -86,7 +87,7 @@ jobs:
key: gam-${{ matrix.jid }}-20220901-01
- name: Untar Cache archive
if: steps.cache-python-ssl.outputs.cache-hit == 'true'
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'
run: |
tar xvvf bin.tar.xz
@@ -716,7 +717,7 @@ jobs:
src/*.msi
- name: Tar Cache archive
if: steps.cache-python-ssl.outputs.cache-hit != 'true'
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit != 'true'
run: |
tar cJvvf bin.tar.xz bin/