Compare commits

..

1 Commits

Author SHA1 Message Date
VC
03ec18ce10 test: ci pipeline
All checks were successful
release / build (push) Successful in 35s
2025-02-28 16:59:57 +01:00

View File

@@ -16,6 +16,6 @@ jobs:
BUILD_ONLY: true BUILD_ONLY: true
- run: tar -czvf bac-public-$(date -I).tar.gz public/ - run: tar -czvf bac-public-$(date -I).tar.gz public/
- name: Do release - name: Do release
uses: https://gitea.com/actions/gitea-release-action@v1 uses: actions/upload-artifact@v4
with: with:
files: bac-public-$(date -I).tar.gz path: bac-public-$(date -I).tar.gz