mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-10 23:15:06 +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
|
||||
path: ./dist
|
||||
|
||||
- name: List files
|
||||
run: cd dist && ls -la
|
||||
- name: Zip files
|
||||
run: cd dist && zip -r ./movie-web.zip .
|
||||
run: cd dist && zip -r ../movie-web.zip .
|
||||
|
||||
- name: Get version
|
||||
id: package-version
|
||||
|
Loading…
Reference in New Issue
Block a user