1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

another attempt at zipping

This commit is contained in:
Jelle van Snik 2022-12-27 14:57:07 +01:00
parent c3e77383ea
commit 721b8022ab

View file

@ -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