Skip to content

Commit

Permalink
artefatos: build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislima committed Sep 18, 2024
1 parent e639161 commit db3498a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,10 @@ jobs:
pwd
ls
cd Aula-GitHub-Actions
mvn clean install
mvn clean install
- name: Upload artefatos
uses: actions/upload-artifact@v3
with:
name: Pacote
path: Aula-GitHub-Actions/target/*.jar

0 comments on commit db3498a

Please sign in to comment.