Skip to content

Commit 05c87c7

Browse files
committed
ci: fix bz2 tarball upload
1 parent babde50 commit 05c87c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Build tarballs
1616
run: |
1717
nix-build -A hydraJobs.tarball
18-
install -D ./result/tarballs/*.tar.bz2 ./dist/patchelf-$(cat version).tar.bz
18+
install -D ./result/tarballs/*.tar.bz2 ./dist/patchelf-$(cat version).tar.bz2
1919
install -D ./result/tarballs/*.tar.gz ./dist/patchelf-$(cat version).tar.gz
2020
- name: Upload binaries to release
2121
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)