Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Jan 23, 2024
1 parent 99ccd14 commit dc8987f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Load zen cli
run: curl -L https://github.com/HealthSamurai/ftr/releases/latest/download/zen.jar -o ./zen.jar
- name: Build zen project
run: java -jar ucfwealth/zen.jar zen build zenproject ucfwealth
run: java -jar zen.jar zen build zenproject ucfwealth
- name: Github release
uses: marvinpinto/action-automatic-releases@latest
with:
Expand Down

0 comments on commit dc8987f

Please sign in to comment.