Skip to content

Commit

Permalink
ci: fix deploy-build workflow to push build/app directory
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee authored Mar 6, 2023
1 parent 5cd7bef commit e939c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:

- uses: dhis2/deploy-build@master
with:
build-dir: build
build-dir: build/app
github-token: ${{ env.GH_TOKEN }}

release:
Expand Down

0 comments on commit e939c50

Please sign in to comment.