diff --git a/.gitea/workflows/build-package.yaml b/.gitea/workflows/build-package.yaml index d5276cd..92207c6 100644 --- a/.gitea/workflows/build-package.yaml +++ b/.gitea/workflows/build-package.yaml @@ -16,12 +16,9 @@ jobs: echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code uses: actions/checkout@v3 - - name: Link the workdir into /buildroot # for script compatability with the old builder. - run: | - ln -vfs ${{ gitea.workspace }} /buildroot - name: Build the package run: | cd ${{ gitea.workspace }} - /build -s --noconfirm + /build ${{ gitea.workspace }} -s --noconfirm - name: Put the packages into the import dir run: cp -v ./*.pkg.tar.zst /import