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