Fix debian build file extension (zst not zstd)
All checks were successful
Build for Releases / ensure-release-exists (push) Successful in 1s
Build for Releases / push-build-x86_64 (push) Successful in 6s
Build for Releases / push-build-aarch64 (push) Successful in 25s
Build for Releases / push-build-x86_64_debian (push) Successful in 24s
Build for Releases / push-build-aarch64_debian (push) Successful in 1m37s
All checks were successful
Build for Releases / ensure-release-exists (push) Successful in 1s
Build for Releases / push-build-x86_64 (push) Successful in 6s
Build for Releases / push-build-aarch64 (push) Successful in 25s
Build for Releases / push-build-x86_64_debian (push) Successful in 24s
Build for Releases / push-build-aarch64_debian (push) Successful in 1m37s
This commit is contained in:
parent
c3776dfdd7
commit
1620d03671
1 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ jobs:
|
|||
group: push-build-group
|
||||
runs-on: docker_debian_bookworm
|
||||
env:
|
||||
BUILD_ASSET_NAME: "break_interval_x86_64_debian_${{ github.ref_name }}.zstd"
|
||||
BUILD_ASSET_NAME: "break_interval_x86_64_debian_${{ github.ref_name }}.zst"
|
||||
steps:
|
||||
- name: Update and upgrade with apt
|
||||
run: apt-get --yes update && apt-get --yes upgrade
|
||||
|
@ -192,7 +192,7 @@ jobs:
|
|||
group: push-build-group
|
||||
runs-on: aarch64_docker_debian_bookworm
|
||||
env:
|
||||
BUILD_ASSET_NAME: "break_interval_aarch64_debian_${{ github.ref_name }}.zstd"
|
||||
BUILD_ASSET_NAME: "break_interval_aarch64_debian_${{ github.ref_name }}.zst"
|
||||
steps:
|
||||
- name: Update and upgrade with apt
|
||||
run: apt-get --yes update && apt-get --yes upgrade
|
||||
|
|
Loading…
Reference in a new issue