File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,21 +119,16 @@ jobs:
119119 - name : Setup repository directory
120120 run : |
121121 mkdir -p ${{ env.REPO_DIR }}
122- ls -R
123- pwd
124- echo ${{ env.BUILD_DIR }}
125122 pacman -Syyu --noconfirm --ask=4 arch-install-scripts cloud-guest-utils sudo binutils fakeroot base-devel git bc distcc ccache libqmi protobuf-c glib2
126123 find ./ -mindepth 2 -name '*.pkg.tar.*' -exec cp {} ${{ env.REPO_DIR }} \;
127124 find ./ -mindepth 2 -name '*.sig' -exec cp {} ${{ env.REPO_DIR }} \;
128125
129126 - name : Generate repository database
130- working-directory : ${{ env.REPO_DIR }}
131127 run : |
132- pwd
133- ls -R
134- repo-add -s -v ${{ env.REPO_NAME }}.db.tar.xz *.pkg.tar.xz
135- ln -s ${{ env.REPO_NAME }}.db.tar.gz ${{ env.REPO_NAME }}.db
136- ln -s ${{ env.REPO_NAME }}.files.tar.gz ${{ env.REPO_NAME }}.files
128+ cd ${{ env.REPO_DIR }}
129+ repo-add -s -v -n ${{ env.REPO_NAME }}.db.tar.xz *.pkg.tar.xz
130+ ln -s ${{ env.REPO_NAME }}.db.tar.xz ${{ env.REPO_NAME }}.db
131+ ln -s ${{ env.REPO_NAME }}.files.tar.xz ${{ env.REPO_NAME }}.files
137132
138133 - name : Upload repository
139134 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments