File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments