Add build and publish steps #3

Merged
chimeudeonwop merged 53 commits from feature/setup-workflow-pipeline into main 2025-11-04 18:20:11 +00:00
8 changed files with 365 additions and 2 deletions
Showing only changes of commit 572299cb21 - Show all commits

View File

@ -19,9 +19,10 @@ jobs:
echo "Branch: ${{ gitea.ref }}"
echo "Repository: ${{ gitea.repository }}"
- name: Update apt-get
- name: Update apt-get and install Maven
run: |
apt-get update -y
apt-get install -y maven
- name: Clone the repository
uses: actions/checkout@v4