workflow
Package builder / BuildPackage (push) Successful in 41s

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2026-06-23 01:48:31 +00:00
parent 6e2b86fa4e
commit f6c8679452
-8
View File
@@ -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