Skip to content

Commit 09e9cc3

Browse files
committed
Remove archive_suffix and use single ARM64 archive name
1 parent 3705268 commit 09e9cc3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci_windows_arm64_native.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ env:
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

2524
jobs:
@@ -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: |

0 commit comments

Comments
 (0)