File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 libt_ref : " da7a68a440b7abf4eb1a237df7168be0b8b17084"
2020 libt_version_display : " 2.0.13+gitda7a68a440"
2121 boost_version : " 1.91.0"
22- archive_suffix : " _lt20"
2322 artifact_name : " arm64-native-lt20"
2423
2524jobs :
@@ -222,7 +221,7 @@ jobs:
222221 run : |
223222 $releaseDir = "release"
224223 $artifactDir = "artifact"
225- $archiveName = "qbittorrent_${{ env.qbt_version }}${{ env.archive_suffix }} _arm64.zip"
224+ $archiveName = "qbittorrent_${{ env.qbt_version }}_arm64.zip"
226225
227226 New-Item -ItemType Directory -Path $releaseDir -Force | Out-Null
228227 New-Item -ItemType Directory -Path $artifactDir -Force | Out-Null
@@ -320,7 +319,7 @@ jobs:
320319 tag_name : v${{ env.qbt_version }}-arm64
321320 name : qBittorrent ${{ env.qbt_version }} (Windows ARM64 Native)
322321 files : |
323- artifacts/${{ env.artifact_name }}/qbittorrent_${{ env.qbt_version }}${{ env.archive_suffix }} _arm64.zip
322+ artifacts/${{ env.artifact_name }}/qbittorrent_${{ env.qbt_version }}_arm64.zip
324323 draft : false
325324 prerelease : false
326325 body : |
@@ -343,7 +342,7 @@ jobs:
343342 target_commitish : ${{ github.sha }}
344343 name : qBittorrent native ARM64 ${{ github.run_number }}
345344 files : |
346- artifacts/${{ env.artifact_name }}/qbittorrent_${{ env.qbt_version }}${{ env.archive_suffix }} _arm64.zip
345+ artifacts/${{ env.artifact_name }}/qbittorrent_${{ env.qbt_version }}_arm64.zip
347346 draft : false
348347 prerelease : false
349348 body : |
You can’t perform that action at this time.
0 commit comments