Skip to content

Commit

Permalink
chore: markdown fixes (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuruk-mm authored Nov 3, 2021
1 parent 8be2874 commit 41ef658
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
After the CI passes:
This branch can be downloaded with the following links:
- Windows: [https://renderer-artifacts.decentraland.org/launcher-branch/${{ steps.branch.outputs.branch_name }}/Install Decentraland.exe]()
- Linux: [https://renderer-artifacts.decentraland.org/launcher-branch/${{ steps.branch.outputs.branch_name }}/Decentraland.AppImage]()
- Mac: [https://renderer-artifacts.decentraland.org/launcher-branch/${{ steps.branch.outputs.branch_name }}/Decentraland.dmg]()
- [Windows](https://renderer-artifacts.decentraland.org/launcher-branch/${{ steps.branch.outputs.branch_name }}/Install%20Decentraland.exe)
- [Linux](https://renderer-artifacts.decentraland.org/launcher-branch/${{ steps.branch.outputs.branch_name }}/Decentraland.AppImage)
- [Mac](https://renderer-artifacts.decentraland.org/launcher-branch/${{ steps.branch.outputs.branch_name }}/Decentraland.dmg)
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ my-app/

## Artifacts

- Windows: [https://renderer-artifacts.decentraland.org/launcher-branch/main/Install Decentraland.exe]()
- Linux: [https://renderer-artifacts.decentraland.org/launcher-branch/main/Decentraland.AppImage]()
- Mac: [https://renderer-artifacts.decentraland.org/launcher-branch/main/Decentraland.dmg]()

The format is the following: https://renderer-artifacts.decentraland.org/launcher-branch/{branch}/decentraland-launcher.{extension}
- [Windows](https://renderer-artifacts.decentraland.org/launcher-branch/main/Install%20Decentraland.exe)
- [Linux](https://renderer-artifacts.decentraland.org/launcher-branch/main/Decentraland.AppImage)
- [Mac](https://renderer-artifacts.decentraland.org/launcher-branch/main/Decentraland.dmg)

0 comments on commit 41ef658

Please sign in to comment.