Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsadiqueinam committed Apr 13, 2024
1 parent b7870be commit 32a2f8e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/page-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
steps:
- uses: actions/checkout@v4 # Checkout the source code

- name: Run Gradle Build
run: ./gradlew :launchpad:wasmJsBrowserProductionWebpack

- name: Extract Wasm Assets
run: |
# 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/
# - name: Run Gradle Build
# run: ./gradlew :launchpad:wasmJsBrowserProductionWebpack
#
# - name: Extract Wasm Assets
# run: |
# # 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/

- name: Checkout Destination Repo (shallow clone)
uses: actions/checkout@v4 # Checkout the destination repository (shallow clone)
Expand Down

0 comments on commit 32a2f8e

Please sign in to comment.