Skip to content

Commit 3e2f6de

Browse files
committed
ci: publish main builds as releases with full version notes
1 parent 29f6aab commit 3e2f6de

1 file changed

Lines changed: 17 additions & 11 deletions

File tree

.github/workflows/ci_windows_arm64_native.yaml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -282,34 +282,40 @@ jobs:
282282
body: |
283283
Native Windows ARM64 builds produced by ci_windows_arm64_native.yaml
284284
285-
Variants:
286-
- qBittorrent ${{ env.qbt_version }} for libtorrent 1.2.20+gitc5ff6c3186 (Boost 1.86.0)
287-
- qBittorrent ${{ env.qbt_version }} lt20 for libtorrent 2.0.13+gitda7a68a440 (Boost 1.91.0)
288-
289-
Common versions:
285+
Library versions:
290286
- qBittorrent: ${{ env.qbt_version }}
291287
- Qt: ${{ env.qt_version }}
288+
- vcpkg triplet: ${{ env.vcpkg_triplet }}
289+
- libtorrent (lt12): 1.2.20+gitc5ff6c3186
290+
- Boost (lt12): 1.86.0
291+
- libtorrent (lt20): 2.0.13+gitda7a68a440
292+
- Boost (lt20): 1.91.0
292293
env:
293294
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
294295

295-
- name: Publish branch prerelease
296+
- name: Publish branch release
296297
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
297298
uses: softprops/action-gh-release@v2
298299
with:
299300
tag_name: native-arm64-main-${{ github.run_number }}
300301
target_commitish: ${{ github.sha }}
301-
name: qBittorrent native ARM64 main builds ${{ github.run_number }}
302+
name: qBittorrent native ARM64 main release ${{ github.run_number }}
302303
files: |
303304
artifacts/arm64-native-lt12/qbittorrent_${{ env.qbt_version }}_arm64.zip
304305
artifacts/arm64-native-lt20/qbittorrent_${{ env.qbt_version }}_lt20_arm64.zip
305306
draft: false
306-
prerelease: true
307+
prerelease: false
307308
body: |
308309
Native ARM64 builds from branch main.
309310
Commit: ${{ github.sha }}
310311
311-
Variants:
312-
- qBittorrent ${{ env.qbt_version }} for libtorrent 1.2.20+gitc5ff6c3186 (Boost 1.86.0)
313-
- qBittorrent ${{ env.qbt_version }} lt20 for libtorrent 2.0.13+gitda7a68a440 (Boost 1.91.0)
312+
Library versions:
313+
- qBittorrent: ${{ env.qbt_version }}
314+
- Qt: ${{ env.qt_version }}
315+
- vcpkg triplet: ${{ env.vcpkg_triplet }}
316+
- libtorrent (lt12): 1.2.20+gitc5ff6c3186
317+
- Boost (lt12): 1.86.0
318+
- libtorrent (lt20): 2.0.13+gitda7a68a440
319+
- Boost (lt20): 1.91.0
314320
env:
315321
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)