]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
build-packages.yml: support src compressed files .tar.bz and .tar.xz 15286/head
authorromeroalx <alexis.romero@open-xchange.com>
Thu, 13 Mar 2025 14:19:29 +0000 (15:19 +0100)
committerromeroalx <alexis.romero@open-xchange.com>
Mon, 17 Mar 2025 11:44:53 +0000 (12:44 +0100)
.github/workflows/build-packages.yml

index 4ec02861dd6144897cdc90ceb864a3d7574661f9..ad0755b3537d7e7f35cd2780375054c5aa585477 100644 (file)
@@ -157,7 +157,7 @@ jobs:
         shell: bash
         id: srchashes
         run: |
-          echo "srchashes=$(sha256sum ./built_pkgs/*/*/${{ steps.normalize-name.outputs.normalized-package-name }}-${{ steps.getversion.outputs.version }}.tar.bz2 | base64 -w0)" >> $GITHUB_OUTPUT
+          echo "srchashes=$(sha256sum ./built_pkgs/*/*/${{ steps.normalize-name.outputs.normalized-package-name }}-${{ steps.getversion.outputs.version }}.tar.* | base64 -w0)" >> $GITHUB_OUTPUT
       - name: Upload packages to downloads.powerdns.com
         env:
           SSHKEY: ${{ secrets.DOWNLOADS_AUTOBUILT_SECRET }}