Skip to content

Commit

Permalink
Merge pull request #156 from blend-capital/fix-gh-action
Browse files Browse the repository at this point in the history
chore: fix github action with new build step
  • Loading branch information
mootz12 authored Sep 16, 2024
2 parents 8786ea9 + 27e48d2 commit 174426f
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

1 comment on commit 174426f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.