Skip to content

Commit

Permalink
fix: Some cleanup and a warning if the user already has a version
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Mar 22, 2023
1 parent 1e9ce50 commit cbeecf8
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 222 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ jobs:
if: ${{ needs.release_please.outputs.release_created == 'true' }}
run: |
mkdir -p dist
cp install/install.sh dist/index.html
sed -e "s#__VERSION__#${{ needs.release_please.outputs.version_name }}" install/install.sh > dist/index.html
- name: Notarize | Download artifacts
uses: actions/download-artifact@v3
if: ${{ needs.release_please.outputs.release_created != 'true' }}
Expand All @@ -332,6 +332,7 @@ jobs:
sed \
-e 's#https://github.com/lukso-network/tools-lukso-cli/releases#https://lukso-network.github.io/tools-lukso-cli/pr-preview/pr-${{ github.event.number }}#g' \
-e 's#${BASE_URL}/latest/download#${BASE_URL}/artifacts#g' \
-e 's#__VERSION__#${{ needs.release_please.outputs.version_name }}#g' \
install/install.sh > dist/index.html
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
202 changes: 0 additions & 202 deletions LICENSE

This file was deleted.

Loading

0 comments on commit cbeecf8

Please sign in to comment.