Skip to content

Commit

Permalink
Update Picasso-release.yml
Browse files Browse the repository at this point in the history
Update Parachain utils
  • Loading branch information
haroldsphinx authored Dec 28, 2021
1 parent 094d466 commit 1075b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Picasso-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
/home/runner/.cargo/bin/cargo build --release --bins
tar -czvf composable-${{ env.RELEASE_VERSION }}.tar.gz target/release/composable
tar -czvf picasso_runtime.compact.wasm-${RELEASE_VERSION}.tar.gz target/release/wbuild/picasso-runtime/picasso_runtime.compact.wasm
tar -czvf parachain-utils-${RELEASE_VERSION}.tar.gz target/release/parachain
tar -czvf parachain-utils-${RELEASE_VERSION}.tar.gz target/release/parachain-utils
gsutil mv *.tar.gz gs://composable-binaries/community-releases/picasso/
- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down Expand Up @@ -75,4 +75,4 @@ jobs:
asset_name: composable-${{ env.RELEASE_VERSION }}
tag: ${{ github.ref }}
overwrite: true
body: "Composable Binary Runtime"
body: "Composable Binary Runtime"

0 comments on commit 1075b6f

Please sign in to comment.