From f6c8679452c6580e12ebdc0151d86c6bd51e7932 Mon Sep 17 00:00:00 2001 From: fbt Date: Tue, 23 Jun 2026 01:48:31 +0000 Subject: [PATCH] workflow Signed-off-by: fbt --- .gitea/workflows/build-package.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitea/workflows/build-package.yaml b/.gitea/workflows/build-package.yaml index 2713fb7..eca6d29 100644 --- a/.gitea/workflows/build-package.yaml +++ b/.gitea/workflows/build-package.yaml @@ -16,17 +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 ${{ gitea.workspace }} -s --noconfirm -# - name: Upload artifacts -# uses: actions/upload-artifact@v3 -# with: -# name: package -# path: ./*.pkg.tar.zst - name: Put the packages into the import dir run: cp -v ./*.pkg.tar.zst /import