fix: remove templates from cicd
Some checks failed
Build and Deploy Go App / build (push) Has been cancelled
Build and Deploy Go App / deploy (push) Has been cancelled

This commit is contained in:
nihonium 2025-10-26 02:49:50 +03:00
parent 92c06bbb50
commit fd1e129a5f
Signed by: nihonium
GPG key ID: 0251623741027CFC

View file

@ -27,7 +27,7 @@ jobs:
cd modules/backend
go mod tidy
go build -o nyanimedb .
tar -czvf nyanimedb-backend.tar.gz nyanimedb templates/
tar -czvf nyanimedb-backend.tar.gz nyanimedb
- name: Upload built backend to artifactory
uses: actions/upload-artifact@v3