Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/windows-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
retention-days: 30

- name: Read application version
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true) }}
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true) || (github.event_name == 'pull_request' && github.event.action == 'synchronize' && github.event.pull_request.head.ref == 'publish-v0.6.0-release') }}
id: app_version
shell: pwsh
run: |
Expand All @@ -118,7 +118,7 @@ jobs:
"tag=v$version" >> $env:GITHUB_OUTPUT

- name: Publish GitHub Release when this version is new
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true) }}
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true) || (github.event_name == 'pull_request' && github.event.action == 'synchronize' && github.event.pull_request.head.ref == 'publish-v0.6.0-release') }}
shell: pwsh
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 4 additions & 0 deletions docs/RELEASE_V6.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ CUP-Altair-Setup-0.6.0.exe
```

Релиз содержит исходный код ЦУПа, документацию, STM32-передатчик и встроенную прошивку ESP32-радиошлюза.

## Публикация

Финальная публикация выполняется GitHub Actions после успешной сборки установщика и обеих прошивок.