workflow
All checks were successful
Package builder / BuildPackage (push) Successful in 24m5s

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2026-06-22 21:03:47 +00:00
parent dc2e068305
commit b83330dcd5

View File

@@ -22,7 +22,7 @@ jobs:
- 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: Upload artifacts # - name: Upload artifacts
# uses: actions/upload-artifact@v3 # uses: actions/upload-artifact@v3
# with: # with: