Skip to content

Commit

Permalink
Zip only binary
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Jul 6, 2024
1 parent 0e58dd9 commit 76223ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@ jobs:
args: --release --target ${{ matrix.platform.target }} -p dora-cli
- name: "Archive Linux"
run: |
zip -r ${{ matrix.platform.target }}.zip target/ ${{ matrix.platform.target }}/release
mkdir ${{ matrix.platform.target }}
cp target/${{ matrix.platform.target }}/release/dora ${{ matrix.platform.target }}/dora
zip -r ${{ matrix.platform.target }}.zip ${{ matrix.platform.target }}
- name: "Upload asset"
uses: actions/[email protected]
env:
Expand Down

0 comments on commit 76223ee

Please sign in to comment.