Skip to content

Commit

Permalink
x86_64-apple-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
KM8Oz committed Nov 23, 2022
1 parent faaa249 commit f929ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
strip -u -r target/x86_64-apple-darwin/release/open_proxies
- name: Zip binary
run: |
zip ${{ matrix.target }}.zip ${{ matrix.path }}
zip x86_64-apple-darwin.zip target/x86_64-apple-darwin/release/open_proxies
- name: Create Release
id: create_release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit f929ace

Please sign in to comment.