fix the workflow
Package builder / BuildPackage (push) Successful in 58s

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2026-09-13 00:57:49 +00:00
parent afd4d304b6
commit 457d3acf0d
+1 -4
View File
@@ -16,12 +16,9 @@ jobs:
echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 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 - name: Build the package
run: | run: |
cd ${{ gitea.workspace }} cd ${{ gitea.workspace }}
/build -s --noconfirm /build ${{ gitea.workspace }} -s --noconfirm
- name: Put the packages into the import dir - name: Put the packages into the import dir
run: cp -v ./*.pkg.tar.zst /import run: cp -v ./*.pkg.tar.zst /import