Skip to content

Commit

Permalink
upd release workflow [WTEL-3902]
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Oct 12, 2023
1 parent eb9991c commit e9c9000
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
id: package-version
uses: martinbeentjes/[email protected]

- name: Easy Zip Files
uses: vimtor/[email protected]
with:
files: docs-dist/
dest: docs.zip


- name: Create release
id: create_release
uses: softprops/action-gh-release@v1
Expand All @@ -30,7 +37,7 @@ jobs:
name: "Webitel UI Release ${{ steps.package-version.outputs.current-version}}"
body: "This is a release of Webitel UI version ${{ steps.package-version.outputs.current-version}}, built on ${{ github.run_date }}"
fail_on_unmatched_files: true
files: /docs-dist
files: docs.zip
# - name: Upload build artifacts
# id: upload_artifacts
# uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e9c9000

Please sign in to comment.