Skip to content

Commit

Permalink
chore(base): add -D option in release.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
morteza-jamali committed Jun 22, 2022
1 parent 9907eb5 commit a3daed3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Compress files
run: |
cd ./packages/cli
zip bpm-${{ steps.get_version.outputs.VERSION }}.zip ./bpm
run: zip -D bpm-${{ steps.get_version.outputs.VERSION }}.zip ./packages/cli/bpm
- name: Release archives
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit a3daed3

Please sign in to comment.