Browse Source

another attempt at zipping

pull/113/head
Jelle van Snik 3 years ago
parent
commit
721b8022ab
  1. 4
      .github/workflows/deploying.yml

4
.github/workflows/deploying.yml

@ -65,8 +65,10 @@ jobs: @@ -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…
Cancel
Save