Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Oct 28, 2024
1 parent a2a89e1 commit 28dba17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: npm run build

- name: Create zip
run: tar -czvf dist.tar.gz dist
run: tar -czvf dist.tar.gz resources/dist

- name: Get Changelog
id: changelog
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"download-dist": {
"url": "https://github.com/statamic/importer/releases/download/{$version}/dist.tar.gz",
"path": "dist"
"path": "resources/dist"
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 28dba17

Please sign in to comment.