Skip to content

Commit

Permalink
changed working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeynep committed Feb 5, 2024
1 parent 4a43f97 commit 5856946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pointmark-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ jobs:
- name: Build Project # This would actually build your project, using zip for an example artifact
run: |
pwd
cd CoordinateExporter
working-directory: CoordinateExporter
mvn clean
mvn compile
pwd
- name: Package JAR # This would actually build your project, using zip for an example artifact
run: |
working-directory: CoordinateExporter
mvn package
- name: Create Release
Expand Down

0 comments on commit 5856946

Please sign in to comment.