Skip to content

Commit

Permalink
use ls
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeynep committed Feb 7, 2024
1 parent e3ef027 commit efbb1c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pointmark-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,16 @@ jobs:
java-version: '11'

- name: Build Project # This would actually build your project, using zip for an example artifact
working-directory: CoordinateExporter/target
working-directory: CoordinateExporter
run: |
pwd
ls -la
mvn clean
mvn compile
- name: Package JAR # This would actually build your project, using zip for an example artifact
working-directory: CoordinateExporter/target
working-directory: CoordinateExporter
run: |
pwd
mvn package
Expand Down

0 comments on commit efbb1c0

Please sign in to comment.