From 05c87c767d7e1ef5707d3636e132aa424bd25ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 27 Nov 2021 19:03:31 +0100 Subject: [PATCH] ci: fix bz2 tarball upload --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 75e039d5..ec3119d3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: - name: Build tarballs run: | nix-build -A hydraJobs.tarball - install -D ./result/tarballs/*.tar.bz2 ./dist/patchelf-$(cat version).tar.bz + install -D ./result/tarballs/*.tar.bz2 ./dist/patchelf-$(cat version).tar.bz2 install -D ./result/tarballs/*.tar.gz ./dist/patchelf-$(cat version).tar.gz - name: Upload binaries to release uses: svenstaro/upload-release-action@v2