Skip to content

Commit 45070af

Browse files
committed
feat: make sure the database contains all required packages
1 parent bc2b7ec commit 45070af

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,10 @@ jobs:
4545
preinstallPkgs: ${{ matrix.preinstall-pkgs }}
4646

4747
- name: package tarball
48-
if: steps.cache.outputs.cache-hit != 'true'
4948
run: tar -czf '${{ matrix.repos }}.tar.gz' ./*/*.pkg.tar.zst
5049

5150

5251
- uses: actions/upload-artifact@v4
53-
if: steps.cache.outputs.cache-hit != 'true'
5452
with:
5553
path: ./${{ matrix.repos }}.tar.gz
5654
name: ${{ matrix.repos }}
@@ -120,11 +118,9 @@ jobs:
120118
aurDeps: true
121119

122120
- name: package tarball
123-
if: steps.cache.outputs.cache-hit != 'true'
124121
run: tar -czf '${{ matrix.PKGBUILDs }}.tar.gz' ./*/*.pkg.tar.zst
125122

126123
- uses: actions/upload-artifact@v4
127-
if: steps.cache.outputs.cache-hit != 'true'
128124
with:
129125
path: ./*/*.pkg.tar.zst
130126
name: ${{ matrix.PKGBUILDs }}

0 commit comments

Comments
 (0)