File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
crates/conduit-wasm/src/components Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 2222 ACCESS_TOKEN : ${{ secrets.ACCESS_TOKEN }}
2323 BRANCH : gh-pages
2424 FOLDER : target/deploy
25+ - name : Package
26+ shell : bash
27+ run : |
28+ cd target
29+ tar czvf conduit-wasm.tar.gz deploy
30+ shasum -a 256 conduit-wasm.tar.gz > conduit-wasm.sha256
31+ - name : Release
32+ uses : softprops/action-gh-release@v1
33+ with :
34+ files : |
35+ target/conduit-wasm.tar.gz
36+ target/conduit-wasm.sha256
37+ env :
38+ 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