Skip to content

Commit e3bc959

Browse files
authored
Merge pull request #339 from NixOS/ci
ci: fix bz2 tarball upload
2 parents babde50 + 05c87c7 commit e3bc959

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)