Skip to content

Commit

Permalink
Relesae 0.2.0
Browse files Browse the repository at this point in the history
* Rename launch-trail to launchtrail
* Update cargo depedencies
* Use relative URLs in README
  • Loading branch information
spnrapp committed Jun 18, 2022
1 parent 80c1b7d commit 1873d92
Show file tree
Hide file tree
Showing 11 changed files with 235 additions and 278 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ jobs:
echo RELEASE_TAG=${{ env.SHA_SHORT }} > dist/Makefile
echo GITHUB_REPO=${{ github.repository }} >> dist/Makefile
cat mk/Makefile.inc >> dist/Makefile
shasum -a 256 dist/launch-trail.wasm > dist/launch-trail.wasm.sha256
shasum -a 256 dist/launchtrail.wasm > dist/launchtrail.wasm.sha256
shasum -a 256 dist/canister-info > dist/canister-info-${{ matrix.name }}.sha256
mv dist/canister-info dist/canister-info-${{ matrix.name }}
- name: Upload launch-trail
- name: Upload launchtrail
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/launch-trail*
file: dist/launchtrail*
tag: ${{ env.SHA_SHORT }}
file_glob: true
if: contains(matrix.os, 'ubuntu')
Expand Down
Loading

0 comments on commit 1873d92

Please sign in to comment.