File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
crates/conduit-wasm/src/components Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,16 @@ jobs:
2727 run : |
2828 cd target
2929 tar czvf conduit-wasm.tar.gz deploy
30- shasum -a 256 conduit-wasm.tar.gz > conduit-wasm.sha256
30+ zip -r conduit-wasm.zip deploy
31+ shasum -a 256 conduit-wasm.tar.gz > conduit-wasm.tar.gz.sha256
32+ shasum -a 256 conduit-wasm.zip > conduit-wasm.zip.sha256
3133 - name : Release
3234 uses : softprops/action-gh-release@v1
3335 with :
3436 files : |
3537 target/conduit-wasm.tar.gz
36- target/conduit-wasm.sha256
38+ target/conduit-wasm.tar.gz.sha256
39+ target/conduit-wasm.zip
40+ target/conduit-wasm.zip.sha256
3741 env :
3842 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ impl Component for Footer {
2525 <span class="attribution" >
2626 { "© 2019. An interactive learning project from" }
2727 <a href="https://thinkster.io" > { "Thinkster" } </a>
28- { ". Code licensed under MIT. " }
28+ { ". Code licensed under MIT." }
2929 </span>
3030 </div>
3131 </footer>
You can’t perform that action at this time.
0 commit comments