Skip to content

Commit

Permalink
fix upload_ipfs.yml
Browse files Browse the repository at this point in the history
remove space bug
  • Loading branch information
colmazia authored Oct 8, 2024
1 parent 3dfa14a commit c972d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pinataSecret: ${{ secrets.PINATA_SECRET_API_KEY }}

- name: Create Checksum File
run: echo $ {{ steps.upload.outputs.hash }} > checksum.txt && cat checksum.txt
run: echo ${{ steps.upload.outputs.hash }} > checksum.txt && cat checksum.txt

- name: Add Checksum File
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit c972d11

Please sign in to comment.