Skip to content

Commit

Permalink
Update copy path in page-release workflow
Browse files Browse the repository at this point in the history
The workflow file has been modified to correct the copy path. The corrected version points to the "main" directory within the "wasmJs" directory. The change ensures that the correct assets are copied for the production release.
  • Loading branch information
mdsadiqueinam committed Apr 13, 2024
1 parent b4fd225 commit ca44b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/page-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Assuming launchpad/build/dist/wasmJs/productionExecutable exists after build
mkdir -p ./wasmJs # Create a folder to store extracted assets locally
cp -r launchpad/build/dist/wasmJs/productionExecutable/* ./wasmJs/
cp -r commonCompose/build/processedResources/wasmJs/values/* ./wasmJs/values/
cp -r commonCompose/build/processedResources/wasmJs/main/values/* ./wasmJs/values/
- name: Checkout Destination Repo (shallow clone)
uses: actions/checkout@v4 # Checkout the destination repository (shallow clone)
Expand Down

0 comments on commit ca44b2e

Please sign in to comment.