Add build and publish steps #3
@ -19,9 +19,10 @@ jobs:
|
|||||||
echo "Branch: ${{ gitea.ref }}"
|
echo "Branch: ${{ gitea.ref }}"
|
||||||
echo "Repository: ${{ gitea.repository }}"
|
echo "Repository: ${{ gitea.repository }}"
|
||||||
|
|
||||||
- name: Update apt-get
|
- name: Update apt-get and install Maven
|
||||||
run: |
|
run: |
|
||||||
apt-get update -y
|
apt-get update -y
|
||||||
|
apt-get install -y maven
|
||||||
|
|
||||||
- name: Clone the repository
|
- name: Clone the repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user