Skip to content

Commit

Permalink
create 'bash' release ZIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tgharold authored Oct 13, 2020
1 parent 6dac2e1 commit b0a6953
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/create-release-asset-on-git-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,15 @@ jobs:
./LICENSE ./README.md
./dotnet/src/${{ env.PROJECT }}/bin/${{ env.CONFIG }}/${{ env.TARGET }}/win-x64/publish/${{ env.PROJECT }}.exe
# ----- bash
- name: Create ZIP bash
uses: montudor/[email protected]
with:
args: >
zip --junk-paths ./${{ env.PROJECT }}-${{ env.RELEASE_TAG }}-bash.zip
./LICENSE ./README.md
./bash/sombis.sh
# ------------------------

- name: Create Release
Expand Down

0 comments on commit b0a6953

Please sign in to comment.