Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarx committed Mar 1, 2024
1 parent bb16bcb commit 566a2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
name: build-artifacts
- run: rm -rf homepage
- run: tar xvf homepage.tar*
- run: mv build homepage
- run: mv dist homepage
- run: git add homepage
- run: git status
- run: git config --global user.email "[email protected]"
Expand Down

0 comments on commit 566a2b3

Please sign in to comment.