File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -50,16 +50,12 @@ jobs:
50
50
uses : actions/download-artifact@v3
51
51
with :
52
52
path : binaries
53
- - name : list
54
- run : |
55
- ls binaries
56
- ls binaries/easypwned-aarch64-apple-darwin
57
53
- name : Release
58
54
uses : softprops/action-gh-release@v1
59
55
with :
60
56
fail_on_unmatched_files : true
61
57
files : |
62
- binaries/*/target/*/release/ *
58
+ binaries/*/*
63
59
64
60
docker_build :
65
61
name : docker
88
84
path : binaries
89
85
- name : Build and push
90
86
run : |
91
- cp /binaries/easypwned-${{ matrix.container.rust_target }}/target/${{ matrix.container.rust_target }}/release/ easypwned binary_easypwned
92
- cp /binaries/easypwned-${{ matrix.container.rust_target }}/target/${{ matrix.container.rust_target }}/release/ easypwned_haveibeenpwned_downloader binary_easypwned_haveibeenpwned_downloader
87
+ cp /binaries/easypwned-${{ matrix.container.rust_target }}/easypwned binary_easypwned
88
+ cp /binaries/easypwned-${{ matrix.container.rust_target }}/easypwned_haveibeenpwned_downloader binary_easypwned_haveibeenpwned_downloader
93
89
docker buildx build -o type=docker --platform linux/${{ matrix.container.arch }} -t easybill/easypwned:${{github.ref_name}}_${{ matrix.container.arch }} .
94
90
docker push easybill/easypwned:${{github.ref_name}}_${{ matrix.container.arch }}
95
91
You can’t perform that action at this time.
0 commit comments