Skip to content

Commit

Permalink
fix artefact path
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Mar 1, 2023
1 parent f3a972a commit bb18c23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: build/web-console.build.tar.gz
asset_name: web-console.build.tar.gz
asset_content_type: application/gzip
asset_path: build/web-console.build.zip
asset_name: web-console.build.zip
asset_content_type: application/zip

0 comments on commit bb18c23

Please sign in to comment.