Skip to content

Commit 2613c5e

Browse files
committed
???
1 parent 49ddd4f commit 2613c5e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/compile.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,12 @@ jobs:
5050
uses: actions/download-artifact@v3
5151
with:
5252
path: binaries
53-
- name: list
54-
run: |
55-
ls binaries
56-
ls binaries/easypwned-aarch64-apple-darwin
5753
- name: Release
5854
uses: softprops/action-gh-release@v1
5955
with:
6056
fail_on_unmatched_files: true
6157
files: |
62-
binaries/*/target/*/release/*
58+
binaries/*/*
6359
6460
docker_build:
6561
name: docker
@@ -88,8 +84,8 @@ jobs:
8884
path: binaries
8985
- name: Build and push
9086
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
9389
docker buildx build -o type=docker --platform linux/${{ matrix.container.arch }} -t easybill/easypwned:${{github.ref_name}}_${{ matrix.container.arch }} .
9490
docker push easybill/easypwned:${{github.ref_name}}_${{ matrix.container.arch }}
9591

0 commit comments

Comments
 (0)