mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 01:05:08 +01:00
Add proper zip file to release
This commit is contained in:
parent
3bbdfe8e80
commit
c3e77383ea
4
.github/workflows/deploying.yml
vendored
4
.github/workflows/deploying.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
path: ./dist
|
||||
|
||||
- name: Zip files
|
||||
run: zip -r ./movie-web.zip ./dist
|
||||
run: zip -r ./movie-web.zip ./dist/*
|
||||
|
||||
- name: Get version
|
||||
id: package-version
|
||||
@ -91,5 +91,5 @@ jobs:
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./movie-web.zip
|
||||
asset_name: movie-web.js
|
||||
asset_name: movie-web.zip
|
||||
asset_content_type: application/zip
|
||||
|
Loading…
Reference in New Issue
Block a user