mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 01:25:05 +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
|
path: ./dist
|
||||||
|
|
||||||
- name: Zip files
|
- name: Zip files
|
||||||
run: zip -r ./movie-web.zip ./dist
|
run: zip -r ./movie-web.zip ./dist/*
|
||||||
|
|
||||||
- name: Get version
|
- name: Get version
|
||||||
id: package-version
|
id: package-version
|
||||||
@ -91,5 +91,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: ./movie-web.zip
|
asset_path: ./movie-web.zip
|
||||||
asset_name: movie-web.js
|
asset_name: movie-web.zip
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
|
Loading…
Reference in New Issue
Block a user