summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2021-11-27 19:03:31 +0100
committerJörg Thalheim <joerg@thalheim.io>2021-11-27 19:03:42 +0100
commit05c87c767d7e1ef5707d3636e132aa424bd25ad2 (patch)
treea650398452bda5f960a39bfc2aab4c5bd8eea742
parentbabde50a1ff8767c6c8cf38d080eb0f4abb60142 (diff)
downloadpatchelf-ci.tar.gz
ci: fix bz2 tarball uploadci
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 75e039d..ec3119d 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