Skip to content

Commit

Permalink
chore: fix github action with new build step
Browse files Browse the repository at this point in the history
  • Loading branch information
mootz12 committed Sep 16, 2024
1 parent 64ef2c4 commit 27e48d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: npm install

- name: Run build script
run: npm run build-static:mainnet
run: npm run build:mainnet

- name: Create tarball
run: tar -czf app.tar.gz ./out/
Expand All @@ -47,7 +47,7 @@ jobs:
This release contains the latest build of the Blend UI.
IPFS CID: `${{ steps.pinata.outputs.hash }}`'
IPFS CID: `${{ steps.pinata.outputs.hash }}`
draft: false
prerelease: false
files: app.tar.gz

0 comments on commit 27e48d2

Please sign in to comment.