Skip to content

Commit

Permalink
added build before packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeynep committed Feb 5, 2024
1 parent a87f639 commit 8514e97
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pointmark-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@ jobs:
distribution: 'adopt'
java-version: '11'

- name: Build JAR # This would actually build your project, using zip for an example artifact
- name: Build Project # This would actually build your project, using zip for an example artifact
run: |
cd CoordinateExporter
mvn clean
mvn compile
- name: Package JAR # This would actually build your project, using zip for an example artifact
run: |
mvn package
- name: Create Release
Expand Down

0 comments on commit 8514e97

Please sign in to comment.