Compare commits

..

1 Commits

Author SHA1 Message Date
VC
07e350bf67 test: ci pipeline
All checks were successful
release / build (push) Successful in 31s
2025-02-28 18:45:26 +01:00

View File

@@ -17,8 +17,8 @@ jobs:
env:
BUILD_ONLY: true
- name: Create archive
run: tar -czf public.tar.gz public/
- name: Do release
uses: ncipollo/release-action@v1
with:
artifacts: public/
allowUpdates: true
artifacts: public.tar.gz