Skip to content

Commit

Permalink
action: fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
mootz12 committed May 29, 2024
1 parent 216def2 commit 5b2f1eb
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 @@ -22,10 +22,10 @@ jobs:
run: npm install

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

- name: Create tarball
run: tar -czf app.tar.gz out/
run: tar -czf app.tar.gz ./out/

- name: pinata
id: pinata
Expand Down

2 comments on commit 5b2f1eb

@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

@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.