Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzawang authored May 10, 2024
1 parent 212b898 commit 3fff6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
gradle-${{ runner.os }}
- name: Build with Gradl
run: ./gradlew clean build -x test --project-dir=/home/ubuntu/issue-tracker/be/issue-tracker
run: ./gradlew clean build -x test --project-dir=/issue-tracker/be/issue-tracker

- name: Archive JAR
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 3fff6ec

Please sign in to comment.