Skip to content

Commit

Permalink
fixed typo in flasher
Browse files Browse the repository at this point in the history
  • Loading branch information
Foroxon committed Feb 9, 2025
1 parent e855599 commit 8204c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload-pages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
shell: bash
run: |
sed -i 's/>Встановити JAAM [0-9.]*</>Встановити JAAM ${{ inputs.version }}</' ${{ github.workspace }}/flasher/index.html
sed -i 's/>Отримати опис JAAM [0-9.]*</>>Отримати опис JAAM ${{ inputs.version }}</' ${{ github.workspace }}/flasher/index.html
sed -i 's/>Отримати опис JAAM [0-9.]*</>Отримати опис JAAM ${{ inputs.version }}</' ${{ github.workspace }}/flasher/index.html
sed -i 's/"version": ".*",/"version": "${{ inputs.version }}",/' ${{ github.workspace }}/flasher/manifest.json
sed -i 's/fetchReleaseNotes('\''[0-9]\{1,\}\.[0-9]\{1,\}'\''/fetchReleaseNotes('\''${{ inputs.version }}'\''/' ${{ github.workspace }}/flasher/index.html
- name: Copy beta bin to flasher
Expand Down
2 changes: 1 addition & 1 deletion flasher/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h2 class='text-center'>JAAM Flasher</h2>
<div class='by col-md-9 mt-2'>
<div class="alert alert-info text-rigth" id="release-notes">Завантаження опису версії...</div>
<div class="text-center">
<button class="btn btn-info" onclick="fetchReleaseNotes('4.3')">>Отримати опис JAAM 4.3</button>
<button class="btn btn-info" onclick="fetchReleaseNotes('4.3')">Отримати опис JAAM 4.3</button>
<button class="btn btn-info" onclick="fetchReleaseNotes('4.3-b101')">Отримати опис JAAM 4.3 Beta 101</button>
</div>
</div>
Expand Down

0 comments on commit 8204c48

Please sign in to comment.