Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-kierepka-hl committed Sep 21, 2024
1 parent 9f81163 commit 481f4fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: 'v1.0.${{ github.run_number }}'
release_name: 'ChatAAC v1.0.${{ github.run_number }}'
tag_name: 'v1.0'
release_name: 'ChatAAC v1.0'
body: |
# ChatAAC v1.0.${{ github.run_number }}
Download the application for your platform:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ W aplikacji ChatAAC wykorzystywane są piktogramy pochodzące z ARASAAC, które
- Rozwój funkcjonalności związanych z rozpoznawaniem mowy i ulepszanie algorytmów interakcji użytkownika.

#### Pobieranie:
- [Linux](https://github.com/{repo-owner}/{repo-name}/releases/download/v1.0/ChatAAC-linux-x64)
- [Windows](https://github.com/{repo-owner}/{repo-name}/releases/download/v1.0/ChatAAC-windows-x64.exe)
- [macOS](https://github.com/{repo-owner}/{repo-name}/releases/download/v1.0/ChatAAC-macos-x64)
- [Linux](https://github.com/${{ github.repository }}/releases/download/v1.0/ChatAAC-linux-x64)
- [Windows](https://github.com/${{ github.repository }}/releases/download/v1.0/ChatAAC-windows-x64.exe)
- [macOS](https://github.com/${{ github.repository }}/releases/download/v1.0/ChatAAC-macos-x64)

Zapraszamy do korzystania z aplikacji oraz zgłaszania sugestii i błędów poprzez stronę GitHub projektu!

0 comments on commit 481f4fb

Please sign in to comment.