1
1
mirror of https://github.com/neosubhamoy/pytubepp-helper.git synced 2026-02-04 11:22:22 +05:30

(ci/cd): ci test8

This commit is contained in:
2024-11-06 21:01:20 +05:30
Unverified
parent 2e464674cb
commit 7d0b21109c
8 changed files with 74 additions and 8 deletions

View File

@@ -12,10 +12,10 @@ jobs:
fail-fast: false
matrix:
include:
- platform: 'macos-latest'
args: '--target aarch64-apple-darwin'
- platform: 'macos-latest'
args: '--target x86_64-apple-darwin'
# - platform: 'macos-latest'
# args: '--target aarch64-apple-darwin'
# - platform: 'macos-latest'
# args: '--target x86_64-apple-darwin'
- platform: 'ubuntu-22.04'
args: ''
- platform: 'windows-latest'
@@ -58,7 +58,7 @@ jobs:
with:
tagName: v__VERSION__
releaseName: 'pytubepp-helper-v__VERSION__'
releaseBody: 'See the assets to download this version and install.'
releaseBody: CHANGELOG.md
releaseDraft: true
prerelease: false
args: ${{ matrix.args }}