Skip to content

Commit

Permalink
Github Actions: Fix paths in the publish pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymia committed Dec 19, 2023
1 parent c212d62 commit c5763eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ jobs:
- name: Build directory structure
run: |
mkdir -pv target/dist
cp -v mppatch_ci_installer-linux/mppatch_ci_installer-linux/* target/dist/
cp -v mppatch_ci_installer-win32/mppatch_ci_installer-win32/* target/dist/
cp -v mppatch_ci_installer-linux/* target/dist/
cp -v mppatch_ci_installer-win32/* target/dist/
# Upload the build to GitHub
- name: Remove git hooks (hack to make action-create-tag work)
Expand Down

0 comments on commit c5763eb

Please sign in to comment.