File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 22
22
install -D ./result/tarballs/*.tar.gz ./dist/patchelf-$(cat version).tar.gz
23
23
- uses : actions/upload-artifact@v4
24
24
with :
25
- name : patchelf
25
+ name : patchelf-tarball
26
26
path : dist/*
27
27
28
28
build_windows :
39
39
install -D ./result-1/bin/patchelf.exe ./dist/patchelf-win64-$(cat version).exe
40
40
- uses : actions/upload-artifact@v4
41
41
with :
42
- name : patchelf
42
+ name : patchelf-windows
43
43
path : dist/*
44
44
45
45
test_windows :
50
50
- uses : actions/checkout@v3
51
51
- uses : actions/download-artifact@v4
52
52
with :
53
- name : patchelf
53
+ name : patchelf-windows
54
54
path : dist
55
55
- name : Show binaries
56
56
run : dir .\\dist
85
85
86
86
- uses : actions/download-artifact@v4
87
87
with :
88
- name : patchelf
88
+ name : patchelf-tarball
89
89
path : dist
90
90
- name : Build binaries
91
91
env :
@@ -122,7 +122,7 @@ jobs:
122
122
docker run --platform "$DOCKER_PLATFORM" -v $(pwd):/gha ${{ matrix.platform }}/debian:unstable-slim sh -ec "cd /gha && sh ./check.sh"
123
123
- uses : actions/upload-artifact@v4
124
124
with :
125
- name : patchelf
125
+ name : patchelf-${matrix.platform}
126
126
path : dist/*
127
127
128
128
publish :
@@ -133,7 +133,8 @@ jobs:
133
133
steps :
134
134
- uses : actions/download-artifact@v4
135
135
with :
136
- name : patchelf
136
+ pattern : patchelf-*
137
+ merge-multiple : true
137
138
path : dist
138
139
- name : Upload binaries to release
139
140
uses : svenstaro/upload-release-action@v2
You can’t perform that action at this time.
0 commit comments