mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 08:35:08 +01:00
Fix zip filename
This commit is contained in:
parent
721b8022ab
commit
02e912a760
4
.github/workflows/deploying.yml
vendored
4
.github/workflows/deploying.yml
vendored
@ -65,10 +65,8 @@ jobs:
|
|||||||
name: production-files
|
name: production-files
|
||||||
path: ./dist
|
path: ./dist
|
||||||
|
|
||||||
- name: List files
|
|
||||||
run: cd dist && ls -la
|
|
||||||
- name: Zip files
|
- name: Zip files
|
||||||
run: cd dist && zip -r ./movie-web.zip .
|
run: cd dist && zip -r ../movie-web.zip .
|
||||||
|
|
||||||
- name: Get version
|
- name: Get version
|
||||||
id: package-version
|
id: package-version
|
||||||
|
Loading…
Reference in New Issue
Block a user