Skip to content

Commit

Permalink
ci: build fix, putting version to correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Nov 1, 2023
1 parent 34394b4 commit db06300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"
tasks:
build-version:
cmds:
- autogit version > settings/version.txt || echo 'not installed autogit' > settings/version.txt
- autogit version > app/settings/version.txt || echo 'not installed autogit' > settings/version.txt

build:
cmds:
Expand Down

0 comments on commit db06300

Please sign in to comment.