diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 61cd29c..1efd977 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -20,8 +20,15 @@ jobs: - name: Install dependencies run: | apt update - apt install tree -y + apt install tree zip -y - name: List files in the repository run: tree ${{ gitea.workspace }} + - name: Build + run : | + echo "Compilation step in progress" + - name: Deploy release + if: ${{ gitea.ref == 'refs/heads/master' }} + run: | + echo "Deploy artifacts on Gitea server" - name: Job's status run: echo "🍏 This job's status is ${{ job.status }}."