Skip to content

Commit

Permalink
Update create-app-structure.yml
Browse files Browse the repository at this point in the history
Signed-off-by: ArchBlood <35392110+ArchBlood@users.noreply.github.com>
  • Loading branch information
ArchBlood authored Nov 6, 2024
1 parent c6b0886 commit 999988b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-app-structure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
# Unzip the package into a temporary directory
unzip -q humhub.zip -d humhub_temp
# Ensure the app/ directory exists before moving files
mkdir -p app
# Move all contents from the extracted 'humhub-1.17.0-beta.1' directory into 'app/'
mv humhub_temp/humhub-1.17.0-beta.1/* app/
Expand Down

0 comments on commit 999988b

Please sign in to comment.