Skip to content

Commit

Permalink
ci(release): simplify bundle command in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbinoGeek committed Jun 22, 2024
1 parent 2b074f0 commit 212f40c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
./cmd/${{ matrix.package }}
- name: Bundle
run: 7z a -tzip "${{ matrix.package }}-${{ matrix.os }}-${{ matrix.arch }}.zip" \
"build/${{ matrix.package }}*"
run: 7z a -tzip "${{ matrix.package }}-${{ matrix.os }}-${{ matrix.arch }}.zip" build/${{ matrix.package }}*

- name: Archive build artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 212f40c

Please sign in to comment.